f30b7cded7
Co-authored-by: multica-agent <github@multica.ai>
4 lines
109 B
SQL
4 lines
109 B
SQL
ALTER TABLE `user_subscribe`
|
|
DROP COLUMN IF EXISTS `speed_limit`,
|
|
DROP COLUMN IF EXISTS `traffic_limit`;
|