fix too long lines
[cavote.git] / schema_0.1.X_to_0.2.X.sql
1 ALTER TABLE votes
2 ADD is_hidden BOOLEAN DEFAULT 0 NOT NULL;