hi-server/initialize/migrate/database/02128_device_limit.up.sql
2026-01-06 16:16:42 +08:00

4 lines
247 B
SQL

-- 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());