Fix in cb_erreur() to print the payment name in the error mail.
[platal.git] / upgrade / 1.1.4 / 09_title.sql
CommitLineData
89aba52d
SJ
1ALTER TABLE profiles ADD COLUMN title ENUM('M', 'MLLE', 'MME') NOT NULL DEFAULT 'M';
2
3-- vim:set syntax=mysql: