unwind/alembic
ducklet 5eb7211b59 fix: SQL integer column types
We used NUMBER[sic!] as column type in our SQL, which does not exist.
The way SQLite works this mapped to NUMERIC, which is not what we meant,
we really wanted INTEGER here.
2024-05-18 18:54:46 +02:00
..
versions fix: SQL integer column types 2024-05-18 18:54:46 +02:00
env.py feat: add Alembic 2024-05-18 18:54:46 +02:00
script.py.mako feat: add Alembic 2024-05-18 18:54:46 +02:00