root 5 years ago
parent
commit
08e205af0b

+ 4 - 2
install.sql

@@ -56,11 +56,13 @@ CREATE TABLE `v2_plan` (
 ) ENGINE=InnoDB DEFAULT CHARSET=utf8;
 
 
+SET NAMES utf8mb4;
+
 DROP TABLE IF EXISTS `v2_server`;
 CREATE TABLE `v2_server` (
   `id` int(11) NOT NULL AUTO_INCREMENT,
   `group_id` varchar(255) NOT NULL,
-  `name` varchar(255) NOT NULL,
+  `name` varchar(255) CHARACTER SET utf8mb4 NOT NULL,
   `host` varchar(255) NOT NULL,
   `port` int(11) NOT NULL,
   `server_port` int(11) NOT NULL,
@@ -133,4 +135,4 @@ CREATE TABLE `v2_user` (
 ) ENGINE=InnoDB DEFAULT CHARSET=utf8;
 
 
--- 2019-11-28 17:14:25
+-- 2019-12-03 05:04:44

File diff suppressed because it is too large
+ 0 - 0
public/p__admin__commission.async.js


File diff suppressed because it is too large
+ 0 - 0
public/p__admin__order.async.js


File diff suppressed because it is too large
+ 0 - 0
public/p__dashboard.async.js


File diff suppressed because it is too large
+ 0 - 0
public/p__order.async.js


File diff suppressed because it is too large
+ 0 - 0
public/vendors.chunk.css


Some files were not shown because too many files changed in this diff