Files
YANPM/public/migration/src/migrations.rs
2025-12-29 12:05:22 +08:00

13 lines
634 B
Rust

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;