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

3 lines
133 B
SQL

-- Remove device limit configuration from system table
DELETE FROM `system` WHERE `category` = 'register' AND `key` = 'DeviceLimit';