Fix in cb_erreur() to print the payment name in the error mail.
[platal.git] / upgrade / 0.9.5 / 40_photo.sql
1 ALTER TABLE photo ADD column pub ENUM('private', 'public') DEFAULT 'private' NOT NULL;
2