fix: 修复flyway

This commit is contained in:
Captain.B 2021-05-27 11:11:27 +08:00 committed by BugKing
parent 7b4dfb0725
commit 9698d3f601
1 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
update user_role
set source_id = 'system'
where role_id = 'admin';
CREATE TABLE IF NOT EXISTS `group`
(
`id` VARCHAR(64) COLLATE utf8mb4_bin NOT NULL,