ente/server/migrations/50_remote_store.down.sql

3 lines
106 B
MySQL
Raw Normal View History

2024-03-01 08:07:01 +00:00
DROP TRIGGER IF EXISTS update_remote_store_updated_at ON remote_store;
DROP TABLE IF EXISTS remote_store;