mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 09:54:05 +00:00
try reverting TenantModelTest change
This commit is contained in:
parent
11507d289c
commit
6dc61f8abf
1 changed files with 1 additions and 5 deletions
|
|
@ -68,11 +68,7 @@ class TenantModelTest extends TestCase
|
|||
{
|
||||
Schema::drop('domains');
|
||||
Schema::table('tenants', function (Blueprint $table) {
|
||||
$table->dropColumn('id');
|
||||
});
|
||||
|
||||
Schema::table('tenants', function (Blueprint $table) {
|
||||
$table->bigIncrements('id');
|
||||
$table->bigIncrements('id')->change();
|
||||
});
|
||||
|
||||
unset(app()[UniqueIdentifierGenerator::class]);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue