fix: 修复flyway
This commit is contained in:
parent
7b4dfb0725
commit
9698d3f601
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue