more fixed to docker-compose and init-schema.sql

This commit is contained in:
2025-04-07 16:10:40 -04:00
parent 90773b6198
commit 15fad1b10c
2 changed files with 3 additions and 1 deletions

View File

@@ -1,5 +1,5 @@
-- init-schema.sql
USE radius;
-- Table for registered users (MAC-based auth)
CREATE TABLE IF NOT EXISTS users (
mac_address CHAR(12) NOT NULL PRIMARY KEY CHECK (mac_address REGEXP '^[0-9A-Fa-f]{12}$'),