3 lines
133 B
SQL
3 lines
133 B
SQL
-- Remove device limit configuration from system table
|
|
DELETE FROM `system` WHERE `category` = 'register' AND `key` = 'DeviceLimit';
|