From 2a064bc935c34832c76bb42e99072b2062d42094 Mon Sep 17 00:00:00 2001 From: Elena ``of Valhalla'' Grandi Date: Sat, 2 Jan 2021 15:50:00 +0100 Subject: Fix tellico2lesana to use the correct name boolean for bool fields. --- scripts/tellico2lesana | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/tellico2lesana b/scripts/tellico2lesana index d1440f6..8e7152b 100755 --- a/scripts/tellico2lesana +++ b/scripts/tellico2lesana @@ -16,7 +16,7 @@ F_TYPE_MAP = { '1': 'string', '2': 'text', '3': 'string', - '4': 'bool', + '4': 'boolean', '6': 'integer', '7': 'url', '8': 'list', # single column table -- cgit v1.2.3