Skip to content

Commit d850692

Browse files
authored
[Fix-17022][tools] SQL syntax error at upgrade sql file in 3.2.0_schema (#17028)
1 parent 4064b70 commit d850692

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dolphinscheduler-dao/src/main/resources/sql/upgrade/3.2.0_schema/mysql/dolphinscheduler_dml.sql

+2-1
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,11 @@ END IF;
3030
END;
3131
d//
3232

33+
delimiter ;
34+
3335
-- If the admin account is not associated with a tenant, the admin's tenant will be set to the default tenant.
3436
UPDATE `t_ds_user` SET `tenant_id` = '-1' WHERE (`user_name` = 'admin') AND (`tenant_id` = '0');
3537

36-
delimiter ;
3738
CALL dolphin_t_ds_tenant_insert_default();
3839
DROP PROCEDURE dolphin_t_ds_tenant_insert_default;
3940

0 commit comments

Comments
 (0)