Files
geo/server/migrations/20260424130000_add_desktop_primary_leases.down.sql
T

5 lines
270 B
SQL
Raw Normal View History

DROP INDEX IF EXISTS idx_desktop_clients_tenant_workspace_user_seen_active;
DROP INDEX IF EXISTS idx_desktop_clients_tenant_workspace_seen_active;
DROP INDEX IF EXISTS idx_desktop_client_primary_leases_primary_client;
DROP TABLE IF EXISTS desktop_client_primary_leases;