From bfa002898f3b3653c511f1c59be4aa085eda3a4e Mon Sep 17 00:00:00 2001 From: Philip Okugbe <16838612+Philipinho@users.noreply.github.com> Date: Sun, 11 Jan 2026 19:12:36 +0000 Subject: [PATCH] Cleanup Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- .../src/database/migrations/20260111T163516-add-new-indexes.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/server/src/database/migrations/20260111T163516-add-new-indexes.ts b/apps/server/src/database/migrations/20260111T163516-add-new-indexes.ts index c9e5d178..c0883d28 100644 --- a/apps/server/src/database/migrations/20260111T163516-add-new-indexes.ts +++ b/apps/server/src/database/migrations/20260111T163516-add-new-indexes.ts @@ -181,7 +181,6 @@ export async function down(db: Kysely): Promise { .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();