diff options
Diffstat (limited to 'schema.sql')
| -rw-r--r-- | schema.sql | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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, |
