diff options
| author | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2021-01-02 16:08:14 +0100 | 
|---|---|---|
| committer | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2021-01-02 16:08:14 +0100 | 
| commit | ed352fe84d7a91aeb96c4048351d4be3793e6d61 (patch) | |
| tree | fc427649c72deaafa69e35e6284074e4e89904a1 | |
| parent | ef7c7e24585d9b24119f56f9279d701dce9734fe (diff) | |
tellico2lesana: use date field type for dates, not timestamp
| -rwxr-xr-x | scripts/tellico2lesana | 2 | 
1 files changed, 1 insertions, 1 deletions
| 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  } | 
