aboutsummaryrefslogtreecommitdiffstats
path: root/schema.sql
diff options
context:
space:
mode:
Diffstat (limited to 'schema.sql')
-rw-r--r--schema.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/schema.sql b/schema.sql
index 6c8c721..0248ce7 100644
--- a/schema.sql
+++ b/schema.sql
@@ -30,7 +30,7 @@ drop table if exists comments;
create table comments (
id integer primary key autoincrement,
date string default (strftime('%Y-%m-%dT%H:%M:%SZ','now')),
- content string not null,
+ content string,
content_cache string not null,
user_id integer,
news_id integer,