admin/emails/broken: name the downloaded file "broken.csv"
[platal.git] / upgrade / account / 06_groups.sql
1 DELETE FROM groups WHERE nom = '' OR diminutif = '';
2
3 # vim:set syntax=mysql: