Files
geo/server/migrations/20260401180002_add_prompt_rule_fk_to_articles.down.sql
T

2 lines
72 B
SQL
Raw Normal View History

ALTER TABLE articles DROP CONSTRAINT IF EXISTS fk_articles_prompt_rule;