Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Philip Okugbe
2026-01-11 19:12:36 +00:00
committed by GitHub
parent 7ec650138c
commit bfa002898f
@@ -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();