8 lines
356 B
8 lines
356 B
-- ----------------------------
|
|
-- Records of DEP
|
|
-- ----------------------------
|
|
INSERT INTO "department" VALUES (1, '默认部门', NULL, false);
|
|
-- ----------------------------
|
|
-- Records of user
|
|
-- ----------------------------
|
|
INSERT INTO "user" VALUES (1, '管理员', 'SuperAdmin', 'e10adc3949ba59abbe56e057f20f883e', 1, 'f', NULL, NULL, NULL, TRUE);
|