Add vote deletion (only hides it in the DB : can be recovered manually from SQL by...
[cavote.git] / schema_0.1.X_to_0.2.X.sql
1 ALTER TABLE votes
2 ADD is_hidden BOOLEAN DEFAULT 0 NOT NULL;