Commit Graph

3 Commits (ec8926d69393c5921235ef563fbb34c884098d46)

Author SHA1 Message Date
Joey Hines ec8926d693
Added `out_of_stock_votes` to ItemListing
continuous-integration/woodpecker the build was successful Details
+ Records a list of player ids that reported an item as empty
+ Re-did item hash implementation so multiple items can have the same name
+ Bumped DB version to 4
+ fmt + clippy
2021-12-26 19:16:31 -06:00
Joey Hines 199516f3cc
Added set_portal to the API
+ Bumped DB version to 3
+ Renamed "tunnel" to "portal" on the location models
+ Added a new migration
+ Cargo + Clippy
2021-12-07 20:33:25 -07:00
Joey Hines 12218d0b62
Updated models + migration infra
+ Model migration is handled in the DB modules
+ It involves writing an up and a down case
  + Both load and interact with the JSON directly
  + Done so it can be decoupled from models
2021-12-05 16:51:13 -07:00