summaryrefslogtreecommitdiff
path: root/nz-admin/db/2020-06-16.sql
diff options
context:
space:
mode:
authorshizhendong <[email protected]>2021-04-07 16:58:08 +0800
committershizhendong <[email protected]>2021-04-07 16:58:08 +0800
commitd65dd262167d06ec838009ad694ef52760a8b984 (patch)
treea34d601d851da1914ed7b168c31169ba08e68ec9 /nz-admin/db/2020-06-16.sql
parent82503bb72ce5d35c51d3b1dbe54f3dc9810924c7 (diff)
remove: 移除无用文件develop
Diffstat (limited to 'nz-admin/db/2020-06-16.sql')
-rw-r--r--nz-admin/db/2020-06-16.sql18
1 files changed, 0 insertions, 18 deletions
diff --git a/nz-admin/db/2020-06-16.sql b/nz-admin/db/2020-06-16.sql
deleted file mode 100644
index b1a296ff..00000000
--- a/nz-admin/db/2020-06-16.sql
+++ /dev/null
@@ -1,18 +0,0 @@
-/*
- account 表结构变更
-
- -- 增加字段如下: params
- -- 删除字段如下: auth_type、user、pwd、private_key、user_tip、password_tip、relogin_password_tip
-*/
-
--- 增加字段
-alter table account add column params varchar(2048) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci COMMENT '根据协议不同内容不同,json对象保存';
-alter table account modify port int(10) not null;
--- 删除字段
-alter table account drop auth_type;
-alter table account drop user;
-alter table account drop pwd;
-alter table account drop private_key;
-alter table account drop user_tip;
-alter table account drop password_tip;
-alter table account drop relogin_password_tip; \ No newline at end of file