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