疯狂的狮子Li
2023-10-10 8b45cb19638e359bec4e35fa20038aa0efbc776e
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