feat: add location and proxy host entities with migrations
This commit is contained in:
@@ -15,6 +15,8 @@ impl MigratorTrait for Migrator {
|
||||
Box::new(m20251011_000003_create_user_identity_table::Migration),
|
||||
Box::new(m20251223_000004_create_upstream_table::Migration),
|
||||
Box::new(m20251223_000005_create_upstream_target_table::Migration),
|
||||
Box::new(m20260102_000006_create_proxy_table::Migration),
|
||||
Box::new(m20260102_000007_create_location_table::Migration),
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user