Send a main when opening a vote
[cavote.git] / schema_0.2.X_to_0.3.X.sql
diff --git a/schema_0.2.X_to_0.3.X.sql b/schema_0.2.X_to_0.3.X.sql
new file mode 100644 (file)
index 0000000..1ffa657
--- /dev/null
@@ -0,0 +1,2 @@
+ALTER TABLE votes
+ADD reminder_last_days INTEGER DEFAULT 3 NOT NULL;