ente/server/migrations/73_remove_kex_user_id_fk.up.sql

3 lines
123 B
MySQL
Raw Normal View History

2024-03-01 08:07:01 +00:00
ALTER TABLE kex_store DROP CONSTRAINT IF EXISTS fk_kex_store_user_id;
ALTER TABLE kex_store DROP COLUMN IF EXISTS user_id;