Skip to content

Commit 3543937

Browse files
Update 2021_05_28_121021_add_index_key_people_table.php
1 parent 9d5e241 commit 3543937

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/migrations/2021_05_28_121021_add_index_key_people_table.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,9 @@ public function up()
1717
if (Schema::hasColumn('people', 'uid'))
1818
{
1919
$table->index(['id', 'uid']);
20-
});
2120
}
21+
});
22+
2223
}
2324

2425
/**

0 commit comments

Comments
 (0)