fix utf-8 issue and a missing variable in reminder.py
[cavote.git] / schema_0.1.X_to_0.2.X.sql
1 ALTER TABLE votes
2 ADD is_hidden BOOLEAN DEFAULT 0 NOT NULL;