Pierre Hubert c8ee881b2c Genealogy as a feature ()
Start our journey into turning GeneIT as afully featured family intranet by making genealogy a feature that can be disabled by family admins

Reviewed-on: 
2024-05-16 19:15:15 +00:00

3 lines
98 B
SQL

-- Remove column to toggle genealogy
ALTER TABLE public.families
DROP COLUMN enable_genealogy;