mirror of
https://github.com/flarum/core.git
synced 2025-10-11 23:14:29 +02:00
Add id to migrations table (#2794)
This commit is contained in:
committed by
GitHub
parent
c7c456cb3e
commit
e77365f32f
@@ -98,6 +98,7 @@ class DatabaseMigrationRepository implements MigrationRepositoryInterface
|
||||
$schema = $this->connection->getSchemaBuilder();
|
||||
|
||||
$schema->create($this->table, function ($table) {
|
||||
$table->increments('id');
|
||||
$table->string('migration');
|
||||
$table->string('extension')->nullable();
|
||||
});
|
||||
|
Reference in New Issue
Block a user