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