mirror of
https://github.com/docmost/docmost.git
synced 2026-05-07 14:43:06 +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();
|
||||
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_space_updated').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_space_id').ifExists().execute();
|
||||
|
||||
Reference in New Issue
Block a user