9 lines
347 B
SQL
9 lines
347 B
SQL
-- Initial database schema for mGuard VPN Endpoint Server
|
|
-- This file is executed on first container startup
|
|
|
|
-- Ensure proper character encoding
|
|
ALTER DATABASE mguard_vpn CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci;
|
|
|
|
-- Note: Tables are created by SQLAlchemy/Alembic
|
|
-- This file can be used for initial data or stored procedures if needed
|