Files
sori.studio/db/migrations/054_add_post_show_featured_image.sql

3 lines
95 B
SQL

ALTER TABLE posts
ADD COLUMN IF NOT EXISTS show_featured_image BOOLEAN NOT NULL DEFAULT false;