unwind/alembic/versions
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
..
1716049471-c08ae04dc482_fix_data_types.py fix: SQL integer column types 2024-05-18 18:54:46 +02:00