We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4064b70 commit d850692Copy full SHA for d850692
dolphinscheduler-dao/src/main/resources/sql/upgrade/3.2.0_schema/mysql/dolphinscheduler_dml.sql
@@ -30,10 +30,11 @@ END IF;
30
END;
31
d//
32
33
+delimiter ;
34
+
35
-- If the admin account is not associated with a tenant, the admin's tenant will be set to the default tenant.
36
UPDATE `t_ds_user` SET `tenant_id` = '-1' WHERE (`user_name` = 'admin') AND (`tenant_id` = '0');
37
-delimiter ;
38
CALL dolphin_t_ds_tenant_insert_default();
39
DROP PROCEDURE dolphin_t_ds_tenant_insert_default;
40
0 commit comments