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

3 lines
106 B
SQL

DROP TRIGGER IF EXISTS update_remote_store_updated_at ON remote_store;
DROP TABLE IF EXISTS remote_store;