GeneIT/geneit_backend/migrations/2023-08-26-140604_disable_couple_photos/up.sql
2023-08-26 16:08:57 +02:00

2 lines
107 B
SQL

-- Your SQL goes here
ALTER TABLE families add column disable_couple_photos boolean not null default false;