mirror of
				https://github.com/v2board/v2board.git
				synced 2025-11-04 11:21:46 +08:00 
			
		
		
		
	update: plan capacity limit sql
This commit is contained in:
		@@ -680,3 +680,6 @@ CREATE TABLE `v2_server_hysteria` (
 | 
				
			|||||||
                                      `updated_at` int(11) NOT NULL,
 | 
					                                      `updated_at` int(11) NOT NULL,
 | 
				
			||||||
                                      PRIMARY KEY (`id`)
 | 
					                                      PRIMARY KEY (`id`)
 | 
				
			||||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
 | 
					) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					ALTER TABLE `v2_plan`
 | 
				
			||||||
 | 
					    ADD `capacity_limit` int(11) NULL AFTER `reset_traffic_method`;
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user