GeneIT/geneit_backend/migrations/2023-08-26-140604_disable_couple_photos/down.sql
Pierre Hubert 137b7422cf
All checks were successful
continuous-integration/drone/push Build is passing
Can disable couple photos (#5)
Add an option in family settings to disable couple photos from Web UI

Reviewed-on: #5
2023-08-26 14:55:23 +00:00

2 lines
101 B
SQL

-- This file should undo anything in `up.sql`
alter table families drop column disable_couple_photos;