gssong
2024-03-09 b4e1e32d207b61da05d738c68494daa4fc7f18c7
script/sql/update/sqlserver/update_5.0-5.1.sql
@@ -401,3 +401,9 @@
GO
INSERT sys_role_menu VALUES (2, 1065)
GO
UPDATE sys_dept SET leader = null
GO
ALTER TABLE sys_dept ALTER COLUMN leader bigint NULL
GO