bumped the version number;updated database schema;

This commit is contained in:
huangjx
2021-09-14 22:07:00 +08:00
parent 3c903e9b93
commit 0ca116f30b
3 changed files with 83 additions and 2 deletions

View File

@@ -79,7 +79,7 @@ class Version00001date20210807 extends SimpleMigrationStep
'notnull' => false,
'default' => null,
]);
$table->setPrimaryKey(['id','gid']);
$table->setPrimaryKey(['id']);
}
return $schema;
}