Tags: RustLanguage/trane
Tags
Update version and remove windows and macos builds from test workflow. ( trane-project#13)
Store uids instead of IDs in practice stats DB. (trane-project#6) Size grows quickly if the raw IDs are stored in every row. Instead, have a table of uids which store the IDs and have the other table reference it when looking up scores. Breaking change. DBs created in previous versions won't work.