Files
geo/server/migrations/20260402110000_drop_article_template_schema_json.up.sql
T

3 lines
65 B
SQL
Raw Normal View History

ALTER TABLE article_templates
DROP COLUMN IF EXISTS schema_json;