疯狂的狮子Li
2023-09-25 23b7e5f8c70e53d920c0577353ccfde5970ac183
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