mirror of
				https://github.com/v2board/v2board.git
				synced 2025-10-31 09:21:46 +08:00 
			
		
		
		
	update mysql
This commit is contained in:
		| @@ -251,7 +251,7 @@ CHANGE `quarter_price` `quarter_price` int(11) NULL AFTER `month_price`, | |||||||
| CHANGE `half_year_price` `half_year_price` int(11) NULL AFTER `quarter_price`, | CHANGE `half_year_price` `half_year_price` int(11) NULL AFTER `quarter_price`, | ||||||
| CHANGE `year_price` `year_price` int(11) NULL AFTER `half_year_price`; | CHANGE `year_price` `year_price` int(11) NULL AFTER `half_year_price`; | ||||||
|  |  | ||||||
| ALTER TABLE v2_server_log | ALTER TABLE `v2_server_log` | ||||||
| ADD INDEX log_at (`log_at`); | ADD INDEX log_at (`log_at`); | ||||||
|  |  | ||||||
| ALTER TABLE `v2_user` | ALTER TABLE `v2_user` | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user