Only notifies user about a broken redirection twice a month, fixes a few things.
[platal.git] / upgrade / account / 06_groups.sql
1 DELETE FROM groups WHERE nom = '' OR diminutif = '';
2
3 # vim:set syntax=mysql: