From ed352fe84d7a91aeb96c4048351d4be3793e6d61 Mon Sep 17 00:00:00 2001 From: Elena ``of Valhalla'' Grandi Date: Sat, 2 Jan 2021 16:08:14 +0100 Subject: tellico2lesana: use date field type for dates, not timestamp --- scripts/tellico2lesana | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/tellico2lesana b/scripts/tellico2lesana index 87e9761..3f56213 100755 --- a/scripts/tellico2lesana +++ b/scripts/tellico2lesana @@ -21,7 +21,7 @@ F_TYPE_MAP = { '7': 'url', '8': 'list', # single column table '10': 'file', - '12': 'timestamp', # date + '12': 'date', # date '14': 'integer', # rating } -- cgit v1.2.3