mirror of
https://github.com/ente-io/ente.git
synced 2025-08-12 01:04:48 +00:00
9 lines
205 B
SQL
9 lines
205 B
SQL
|
|
DROP INDEX IF EXISTS idx_file_data_user_type_deleted;
|
|
|
|
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; |