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.
This adds the `ratings_index` to code, which so far wasn't reflected in SQLAlchemy's metadata.