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