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

3 lines
103 B
SQL
Raw Normal View History

ALTER TABLE article_templates
ADD COLUMN IF NOT EXISTS schema_json JSONB NOT NULL DEFAULT '{}'::jsonb;