mirror of
https://github.com/ente-io/ente.git
synced 2025-04-30 11:35:46 +00:00
10 lines
256 B
SQL
10 lines
256 B
SQL
|
|
DROP INDEX IF EXISTS idx_file_data_user_type_deleted;
|
|
DROP INDEX IF EXISTS idx_file_data_last_sync_time;
|
|
|
|
DROP TABLE IF EXISTS file_data;
|
|
|
|
DROP TYPE IF EXISTS file_data_type;
|
|
|
|
-- Delete triggers
|
|
DROP TRIGGER IF EXISTS check_no_common_entries ON file_data; |