modify date format
[cavote.git] / schema.sql
index 836a026..d138caa 100644 (file)
@@ -3,6 +3,6 @@ create table votes (
     id integer primary key autoincrement,
     title string not null,
     description string not null,
-    date datetime not null
+    date string not null
 );