root 5 years ago
parent
commit
6420d4ec65
2 changed files with 2 additions and 2 deletions
  1. 2 2
      install.sql
  2. 0 0
      public/umi.js

+ 2 - 2
install.sql

@@ -64,7 +64,7 @@ CREATE TABLE `v2_server` (
   `port` int(11) NOT NULL,
   `server_port` int(11) NOT NULL,
   `tls` tinyint(4) NOT NULL,
-  `tags` varchar(255) NOT NULL DEFAULT '[]',
+  `tags` varchar(255) DEFAULT NULL,
   `rate` varchar(11) NOT NULL,
   `created_at` int(11) NOT NULL,
   `updated_at` int(11) NOT NULL,
@@ -126,4 +126,4 @@ CREATE TABLE `v2_user` (
 ) ENGINE=InnoDB DEFAULT CHARSET=utf8;
 
 
--- 2019-11-03 16:48:35
+-- 2019-11-04 11:56:38

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


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