Browse Source

update: plan capacity limit sql

v2board 2 years ago
parent
commit
aa474f02b9
1 changed files with 3 additions and 0 deletions
  1. 3 0
      database/update.sql

+ 3 - 0
database/update.sql

@@ -680,3 +680,6 @@ CREATE TABLE `v2_server_hysteria` (
                                       `updated_at` int(11) NOT NULL,
                                       PRIMARY KEY (`id`)
 ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
+
+ALTER TABLE `v2_plan`
+    ADD `capacity_limit` int(11) NULL AFTER `reset_traffic_method`;