You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

18 lines
750 B

DROP INDEX idx_ciphers_user_uuid;
DROP INDEX idx_ciphers_organization_uuid;
DROP INDEX idx_attachments_cipher_uuid;
DROP INDEX idx_folders_user_uuid;
DROP INDEX idx_folders_ciphers_folder_uuid;
DROP INDEX idx_ciphers_collections_collection_uuid;
DROP INDEX idx_favorites_cipher_uuid;
DROP INDEX idx_archives_cipher_uuid;
DROP INDEX idx_devices_user_uuid;
DROP INDEX idx_collections_org_uuid;
DROP INDEX idx_users_collections_collection_uuid;
DROP INDEX idx_users_organizations_org_uuid;
DROP INDEX idx_groups_organizations_uuid;
DROP INDEX idx_groups_users_users_organizations_uuid;
DROP INDEX idx_collections_groups_groups_uuid;
DROP INDEX idx_event_org_uuid_event_date;
DROP INDEX idx_event_cipher_uuid_event_date;
DROP INDEX idx_event_event_date;