3 lines
98 B
MySQL
3 lines
98 B
MySQL
|
-- Remove column to toggle genealogy
|
||
|
ALTER TABLE public.families
|
||
|
DROP COLUMN enable_genealogy;
|