Convert data into the tidy schema
authorKarl O. Pinc <kop@karlpinc.com>
Sun, 12 Nov 2023 20:46:34 +0000 (14:46 -0600)
committerKarl O. Pinc <kop@karlpinc.com>
Sun, 12 Nov 2023 20:46:34 +0000 (14:46 -0600)
commit00cc48cbc17c8e422eacd5fa8a3fedc39a729221
tree09b6f32124bfc79f6ca225e078202863b920aa6a
parent6965e2146d3e5e6a638f79cc2f78b96cc394ff37
Convert data into the tidy schema

As of now, this means cleaning up the data types of the "raw" schema
and checking that this does not discard any data.
conversion/Makefile
conversion/copy_schema.sh [new file with mode: 0755]
conversion/createschemas.sql
conversion/libconv/checkdate.sql [new file with mode: 0644]
conversion/libconv/checktime.sql [new file with mode: 0644]
conversion/make_tidy.sh [new file with mode: 0755]
conversion/tidy.sql [new file with mode: 0644]