更改单据编号表的表名

This commit is contained in:
季圣华
2019-11-28 14:35:10 +08:00
parent 2dcd890150
commit 6fa21556fd
4 changed files with 15 additions and 9 deletions

View File

@@ -669,4 +669,10 @@ ROW_FORMAT=COMPACT
-- ----------------------------
drop table databasechangelog;
drop table databasechangeloglock;
drop table jsh_app;
drop table jsh_app;
-- ----------------------------
-- 时间2019年11月28日
-- 单据编号表-改表名
-- ----------------------------
ALTER TABLE tbl_sequence RENAME TO jsh_sequence;