[PATCH] by julm - fix missing check that choice belongs to current vote
[cavote.git] / schema_0.2.X_to_0.3.X.sql
1 ALTER TABLE votes
2 ADD reminder_last_days INTEGER DEFAULT 3 NOT NULL;