0
Fork 0
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:
Gao Sun 2022-10-07 00:37:39 +08:00
parent 5c7000ddc3
commit 2c159a06d2
No known key found for this signature in database
GPG key ID: 13EBE123E4773688

View file

@ -90,6 +90,8 @@ const seedTables = async (connection: DatabaseTransactionConnection) => {
defaultRole,
} = seeds;
// TODO: update database alteration timestamp when migrate alteration process from core
await Promise.all([
connection.query(insertInto(managementResource, 'resources')),
connection.query(insertInto(createDefaultSetting(), 'settings')),