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
diff --git a/schema_0.1.X_to_0.2.X.sql b/schema_0.1.X_to_0.2.X.sql
new file mode 100644 (file)
index 0000000..32cb736
--- /dev/null
@@ -0,0 +1,2 @@
+ALTER TABLE votes
+ADD is_hidden BOOLEAN DEFAULT 0 NOT NULL;