dashboard
repositories
filestore
activity
search
login
main
/
gitlab
原gitlab项目
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
gitlab迁移
郑永安
2023-06-19
c8188c0fc9edf6ea3feda5b6f11dcb014af2a89e
[gitlab.git]
/
SafePlatform
/
sql
/
prepare
1
2
-- 游客角色
INSERT INTO `zhongtai.demo`.`sys_role`(`id`, `eid`, `name`, `info`, `status`, `gmt_create`, `gmt_modified`, `code`) VALUES (0, NULL, '游客', NULL, 1, '2022-06-29 18:49:15', NULL, 'visitor');