Files
old-svevijesti/db/migrations/20220215164610_drop_title_constraint.up.sql

3 lines
57 B
MySQL
Raw Normal View History

2022-02-15 18:00:30 +01:00
ALTER TABLE articles
DROP CONSTRAINT articles_title_key;