Bug fix (was sending reminders only for 1 vote and not all)
[cavote.git] / schema_0.1.X_to_0.2.X.sql
1 ALTER TABLE votes
2 ADD is_hidden BOOLEAN DEFAULT 0 NOT NULL;