mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-05-31 14:44:34 -04:00
Fixes for tests
This commit is contained in:
parent
89d42bcab8
commit
86526b8841
@ -225,7 +225,6 @@ class CreateUsersTable extends Migration
|
|||||||
$table->string('name')->nullable();
|
$table->string('name')->nullable();
|
||||||
$table->foreign('company_id')->references('id')->on('companies')->onDelete('cascade');
|
$table->foreign('company_id')->references('id')->on('companies')->onDelete('cascade');
|
||||||
$table->foreign('account_id')->references('id')->on('accounts')->onDelete('cascade');
|
$table->foreign('account_id')->references('id')->on('accounts')->onDelete('cascade');
|
||||||
$table->foreign('user_id')->references('id')->on('users')->onDelete('cascade');
|
|
||||||
});
|
});
|
||||||
|
|
||||||
Schema::create('clients', function (Blueprint $table) {
|
Schema::create('clients', function (Blueprint $table) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user