feat: add location and proxy host entities with migrations
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user