ente/server/migrations/22_add_location_tag_table.down.sql
2024-03-01 13:37:01 +05:30

3 lines
96 B
SQL

DROP TRIGGER IF EXISTS update_location_tag_updated_at ON location_tag;
DROP TABLE location_tag;