summaryrefslogtreecommitdiff
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 049f6a8..9fe8a76 100644
--- a/schema.sql
+++ b/schema.sql
@@ -182,7 +182,7 @@ create table if not exists ratings (
user_id integer,
rating integer,
count integer,
- last timestamp,
+ last datetime,
primary key (title_id, user_id)
) without rowid;