diff options
author | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2021-01-02 15:50:00 +0100 |
---|---|---|
committer | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2021-01-02 15:50:00 +0100 |
commit | 2a064bc935c34832c76bb42e99072b2062d42094 (patch) | |
tree | 5846945ce6bacba52aed0d1d018afe6a76bd8523 | |
parent | 778c4e139cb0cec8eb677405e35446a141d6bb69 (diff) |
Fix tellico2lesana to use the correct name boolean for bool fields.
-rwxr-xr-x | scripts/tellico2lesana | 2 |
1 files changed, 1 insertions, 1 deletions
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 |