feat: add location and proxy host entities with migrations

This commit is contained in:
GW_MC
2026-01-07 15:57:13 +08:00
parent 1ed065e08e
commit ab840126b3
10 changed files with 347 additions and 0 deletions

View File

@@ -1,6 +1,8 @@
//! `SeaORM` Entity, @generated by sea-orm-codegen 2.0.0-rc.18
pub use super::config::Entity as Config;
pub use super::location::Entity as Location;
pub use super::proxy_host::Entity as ProxyHost;
pub use super::upstream::Entity as Upstream;
pub use super::upstream_target::Entity as UpstreamTarget;
pub use super::user::Entity as User;