Commit graph

4 commits

Author SHA1 Message Date
0747ca5658 fix: always use named constraints in SQLAlchemy 2024-05-18 23:35:07 +02:00
f102e07256 feat: add a table to store award information 2024-05-18 23:32:10 +02:00
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
feb60bf658 feat: add Alembic
This adds the `ratings_index` to code, which so far wasn't reflected in
SQLAlchemy's metadata.
2024-05-18 18:54:46 +02:00