ente/server/migrations/73_remove_kex_user_id_fk.up.sql
2024-03-01 13:37:01 +05:30

3 lines
123 B
SQL

ALTER TABLE kex_store DROP CONSTRAINT IF EXISTS fk_kex_store_user_id;
ALTER TABLE kex_store DROP COLUMN IF EXISTS user_id;