Skip to content

Database cleanup

Jordan Petridis requested to merge (removed):db-cleanup into master

This MR does the following:

  • removes unused column/fields in the database
  • Changes the naming scheme of the DB tables and Diesel Models to better match the GUI Naming scheme
  • Renames FooQuery Diesel models to FooModel
  • Adds config for the diesel_cli tool
Edited by Jordan Petridis

Merge request reports