3 lines
98 B
SQL

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