Files
sori.studio/db/migrations/035_default_pages_to_html_document.sql

3 lines
74 B
SQL

ALTER TABLE pages
ALTER COLUMN render_mode SET DEFAULT 'html_document';