mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-05-31 22:24:34 -04:00
Updates for account controller
This commit is contained in:
parent
b5344906cd
commit
0acb368c21
@ -33,6 +33,7 @@ return new class extends Migration
|
||||
|
||||
Schema::table('companies', function(Illuminate\Database\Schema\Blueprint $table){
|
||||
$table->string('shopify_name')->index()->nullable();
|
||||
$table->string('shopify_access_token')->index()->nullable();
|
||||
});
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user