mirror of
https://github.com/logto-io/logto.git
synced 2025-01-27 21:39:16 -05:00
refactor(cli): add todo for alteration state
This commit is contained in:
parent
5c7000ddc3
commit
2c159a06d2
1 changed files with 2 additions and 0 deletions
|
@ -90,6 +90,8 @@ const seedTables = async (connection: DatabaseTransactionConnection) => {
|
||||||
defaultRole,
|
defaultRole,
|
||||||
} = seeds;
|
} = seeds;
|
||||||
|
|
||||||
|
// TODO: update database alteration timestamp when migrate alteration process from core
|
||||||
|
|
||||||
await Promise.all([
|
await Promise.all([
|
||||||
connection.query(insertInto(managementResource, 'resources')),
|
connection.query(insertInto(managementResource, 'resources')),
|
||||||
connection.query(insertInto(createDefaultSetting(), 'settings')),
|
connection.query(insertInto(createDefaultSetting(), 'settings')),
|
||||||
|
|
Loading…
Add table
Reference in a new issue