Fix null pointer dereference when sending a mail to validate the subscription to...
[platal.git] / upgrade / 1.1.6 / 01_survey_answer.sql
CommitLineData
53581c8f
RB
1ALTER TABLE survey_answers CHANGE COLUMN id id INT(10) UNSIGNED NOT NULL AUTO_INCREMENT;
2
3-- vim:set syntax=mysql: