Typos
[platal.git] / upgrade / account / 06_groups.sql
1 DELETE FROM groups WHERE nom = '' OR diminutif = '';
2
3 # vim:set syntax=mysql: