init nginx related database schema
This commit is contained in:
@@ -13,6 +13,15 @@ impl MigratorTrait for Migrator {
|
||||
Box::new(m20251011_000001_create_config_table::Migration),
|
||||
Box::new(m20251011_000002_create_user_table::Migration),
|
||||
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(m20251223_000006_create_proxy_host_table::Migration),
|
||||
Box::new(m20251223_000007_create_location_table::Migration),
|
||||
Box::new(m20251223_000008_create_stream_service_table::Migration),
|
||||
Box::new(m20251223_000009_create_access_list_table::Migration),
|
||||
Box::new(m20251223_000010_create_access_list_entry_table::Migration),
|
||||
Box::new(m20251223_000011_create_proxy_host_access_list_table::Migration),
|
||||
Box::new(m20251223_000012_create_stream_service_access_list_table::Migration),
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user