GeneIT/geneit_backend/migrations/2024-05-15-164434_genealogy_as_feature/down.sql

3 lines
98 B
MySQL
Raw Normal View History

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