3 lines
98 B
MySQL
Raw Normal View History

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