From 9205e584db652b8fbeab22872abd2490ead57b03 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Sat, 16 Mar 2024 15:16:10 +0100 Subject: Fix typo in schema. --- schema.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'schema.sql') 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; -- cgit v1.2.3