mirror of
https://github.com/ente-io/ente.git
synced 2025-04-30 11:35:46 +00:00
5 lines
193 B
SQL
5 lines
193 B
SQL
DROP TRIGGER IF EXISTS update_trash_updated_at ON trash;
|
|
ALTER TABLE trash DROP CONSTRAINT IF EXISTS trash_state_constraint;
|
|
DROP INDEX trash_updated_at_time_index;
|
|
DROP TABLE IF EXISTS trash;
|