6 lines
177 B
SQL
6 lines
177 B
SQL
delete from rightrelation where righttype = 22011;
|
|
|
|
|
|
insert into rightrelation (UserGroupOid, Tid, RightType, IsActive, Version)
|
|
select oid, 0, 22011, 1, 1 from usergroup;
|