疯狂的狮子Li
2023-08-19 c1ed482c594a30ae47f52b9485d88ed6abf4138d
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