aboutsummaryrefslogtreecommitdiff
path: root/planetwars-server/src/schema.rs
AgeCommit message (Collapse)AuthorFilesLines
2022-10-13save matchplayer had_errors in databaseIlion Beyst1-0/+1
2022-10-12upgrade to diesel 2.0Ilion Beyst1-16/+25
2022-08-23create maps tableIlion Beyst1-0/+14
2022-07-30add is_public to matchesIlion Beyst1-0/+1
2022-07-23store active version id in bots tableIlion Beyst1-1/+1
2022-07-06rename code_bundle to bot_versionIlion Beyst1-2/+2
2022-07-05migrate code_bundles to bot_versionsIlion Beyst1-10/+11
2022-06-10allow match_player code_bundle_id to be nullIlion Beyst1-1/+1
2022-05-29save match winner in databaseIlion Beyst1-0/+1
2022-05-09add ratings tableIlion Beyst1-1/+20
2022-03-10save match players in databaseIlion Beyst1-2/+2
2022-02-27save all uploaded code bundles in databaseIlion Beyst1-1/+1
2022-02-27make bot owner nullableIlion Beyst1-1/+1
2022-01-03add schema.patch to allow unused imports in schema fileIlion Beyst1-8/+4
2022-01-03add match_state to matchesIlion Beyst1-1/+27
2022-01-02store matches in databaseIlion Beyst1-1/+19
2021-12-30rename to planetwars-serverIlion Beyst1-0/+39