- Add subscribe traffic_limit schema and migration\n- Support traffic_limit in admin create/update and list/details\n- Apply traffic_limit when building server user list speed limits\n- Add public user traffic stats API
7 lines
227 B
SQL
7 lines
227 B
SQL
-- Purpose: Rollback traffic_limit rules from subscribe
|
|
-- Author: Claude Code
|
|
-- Date: 2026-03-12
|
|
|
|
-- ===== Remove traffic_limit column from subscribe table =====
|
|
ALTER TABLE `subscribe` DROP COLUMN IF EXISTS `traffic_limit`;
|