Skip to content

Commit

Permalink
cleanup db a tiny bit
Browse files Browse the repository at this point in the history
  • Loading branch information
akarras committed Jan 31, 2024
1 parent 1904c12 commit 00a58e0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 146 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ chrono = "0.4.23"
itertools = "0.12.0"
image = "0.24.6"
plotters = "0.3"
sea-orm = {version = "0.12.2", features = ["sqlx-postgres", "runtime-tokio-rustls"]}
sea-orm-migration = {version = "0.12.2", features = ["sqlx-postgres", "runtime-tokio-rustls"]}
sea-orm = {version = "0.12", features = ["sqlx-postgres", "runtime-tokio-rustls"]}
sea-orm-migration = {version = "0.12", features = ["sqlx-postgres", "runtime-tokio-rustls"]}
sea-query = "0.30.0"
yoke = "0.7.1"
xiv-gen = {path = "./xiv-gen", features = ["item", "item_ui_category", "item_search_category", "class_job", "recipe",
Expand Down
1 change: 0 additions & 1 deletion ultros-db/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ mod ffxiv_character;
pub mod listings;
pub mod lists;
pub mod partial_diff_iterator;
pub mod price_optimizer;
pub mod recently_updated;
mod regions_and_datacenters;
pub mod retainers;
Expand Down
143 changes: 0 additions & 143 deletions ultros-db/src/price_optimizer.rs

This file was deleted.

0 comments on commit 00a58e0

Please sign in to comment.