mirror of
https://github.com/docmost/docmost.git
synced 2026-05-18 23:44:24 +08:00
Cleanup
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -181,7 +181,6 @@ export async function down(db: Kysely<any>): Promise<void> {
|
|||||||
.execute();
|
.execute();
|
||||||
await db.schema.dropIndex('idx_groups_workspace_id').ifExists().execute();
|
await db.schema.dropIndex('idx_groups_workspace_id').ifExists().execute();
|
||||||
await db.schema.dropIndex('idx_shares_page_id').ifExists().execute();
|
await db.schema.dropIndex('idx_shares_page_id').ifExists().execute();
|
||||||
await db.schema.dropIndex('idx_shares_space_updated').ifExists().execute();
|
|
||||||
await db.schema.dropIndex('idx_shares_key_lower').ifExists().execute();
|
await db.schema.dropIndex('idx_shares_key_lower').ifExists().execute();
|
||||||
await db.schema.dropIndex('idx_attachments_page_id').ifExists().execute();
|
await db.schema.dropIndex('idx_attachments_page_id').ifExists().execute();
|
||||||
await db.schema.dropIndex('idx_attachments_space_id').ifExists().execute();
|
await db.schema.dropIndex('idx_attachments_space_id').ifExists().execute();
|
||||||
|
|||||||
Reference in New Issue
Block a user