diff --git a/server/migrations/20260506120000_scope_platform_accounts_to_desktop_client.down.sql b/server/migrations/20260506120000_scope_platform_accounts_to_desktop_client.down.sql deleted file mode 100644 index b26f60a..0000000 --- a/server/migrations/20260506120000_scope_platform_accounts_to_desktop_client.down.sql +++ /dev/null @@ -1,6 +0,0 @@ -DROP INDEX IF EXISTS uk_platform_accounts_identity_active; -DROP INDEX IF EXISTS uniq_platform_accounts_workspace_identity_active; - -CREATE UNIQUE INDEX IF NOT EXISTS uniq_platform_accounts_workspace_identity_active - ON platform_accounts (workspace_id, client_id, platform_id, platform_uid) - WHERE deleted_at IS NULL; diff --git a/server/migrations/20260506120000_scope_platform_accounts_to_desktop_client.up.sql b/server/migrations/20260506120000_scope_platform_accounts_to_desktop_client.up.sql deleted file mode 100644 index b26f60a..0000000 --- a/server/migrations/20260506120000_scope_platform_accounts_to_desktop_client.up.sql +++ /dev/null @@ -1,6 +0,0 @@ -DROP INDEX IF EXISTS uk_platform_accounts_identity_active; -DROP INDEX IF EXISTS uniq_platform_accounts_workspace_identity_active; - -CREATE UNIQUE INDEX IF NOT EXISTS uniq_platform_accounts_workspace_identity_active - ON platform_accounts (workspace_id, client_id, platform_id, platform_uid) - WHERE deleted_at IS NULL;