GeneIT/geneit_backend/migrations/2023-08-26-140604_disable_couple_photos/up.sql
Pierre Hubert 137b7422cf Can disable couple photos ()
Add an option in family settings to disable couple photos from Web UI

Reviewed-on: 
2023-08-26 14:55:23 +00:00

2 lines
107 B
SQL

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