Files
BeWoPlaner/Model/Alt/_neueRechte.sql
2019-08-09 16:40:41 +02:00

6 lines
172 B
SQL

delete from rightrelation where righttype = 22011;
insert into rightrelation (UserGroupOid, Tid, RightType, IsActive, Version)
select oid, 0, 22011, 1, 1 from usergroup;