init nginx related database schema
This commit is contained in:
@@ -1,3 +1,12 @@
|
||||
pub mod m20251011_000001_create_config_table;
|
||||
pub mod m20251011_000002_create_user_table;
|
||||
pub mod m20251011_000003_create_user_identity_table;
|
||||
pub mod m20251223_000004_create_upstream_table;
|
||||
pub mod m20251223_000005_create_upstream_target_table;
|
||||
pub mod m20251223_000006_create_proxy_host_table;
|
||||
pub mod m20251223_000007_create_location_table;
|
||||
pub mod m20251223_000008_create_stream_service_table;
|
||||
pub mod m20251223_000009_create_access_list_table;
|
||||
pub mod m20251223_000010_create_access_list_entry_table;
|
||||
pub mod m20251223_000011_create_proxy_host_access_list_table;
|
||||
pub mod m20251223_000012_create_stream_service_access_list_table;
|
||||
|
||||
Reference in New Issue
Block a user