Files
geo/server/migrations/20260401153000_add_article_wizard_state.down.sql
T

3 lines
66 B
SQL
Raw Normal View History

ALTER TABLE articles
DROP COLUMN IF EXISTS wizard_state_json;