Make Address::save() remove possibly existing components from a previous address
[platal.git] / upgrade / 1.1.0 / 18_phd.sql
1 ALTER TABLE profile_education MODIFY COLUMN flags SET('primary', 'completed') NOT NULL DEFAULT '';
2
3 -- vim:set syntax=mysql: