GeneIT/geneit_backend/migrations/2023-08-26-140604_disable_couple_photos/up.sql

2 lines
107 B
MySQL
Raw Normal View History

2023-08-26 14:08:57 +00:00
-- Your SQL goes here
ALTER TABLE families add column disable_couple_photos boolean not null default false;