Files
weeding/add_is_hero_column.sql

2 lines
83 B
SQL

ALTER TABLE public.gallery ADD COLUMN IF NOT EXISTS is_hero BOOLEAN DEFAULT false;