mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-08-05 22:04:06 +08:00
多模块重构 4:system 模块的调整,解决单元测试报错的问题
This commit is contained in:
@@ -1,2 +1 @@
|
||||
-- mbr 开头的 DB
|
||||
DELETE FROM "member_user";
|
||||
|
@@ -1,4 +1,3 @@
|
||||
-- mbr 开头的 DB
|
||||
CREATE TABLE IF NOT EXISTS "member_user" (
|
||||
"id" bigint NOT NULL GENERATED BY DEFAULT AS IDENTITY COMMENT '编号',
|
||||
"nickname" varchar(30) NOT NULL DEFAULT '' COMMENT '用户昵称',
|
||||
|
Reference in New Issue
Block a user