add: init sql

This commit is contained in:
EUForest
2026-01-06 16:16:42 +08:00
parent 23ef9dbff1
commit 24c7fc8857
4 changed files with 9 additions and 0 deletions
@@ -0,0 +1,3 @@
-- Add device limit configuration to system table
INSERT IGNORE INTO `system` (`id`, `category`, `key`, `value`, `type`, `desc`, `created_at`, `updated_at`)
VALUES (43, 'register', 'DeviceLimit', '5', 'int', 'Device binding limit', NOW(), NOW());