ente/server/migrations/82_drop_location_tag_table.up.sql
2024-03-29 16:08:28 +05:30

3 lines
96 B
SQL

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