Files
BeWoPlaner/Model/neueRechte.sql

6 lines
177 B
MySQL
Raw Normal View History

delete from rightrelation where righttype = 22011;
2016-06-27 01:45:38 +02:00
insert into rightrelation (UserGroupOid, Tid, RightType, IsActive, Version)
select oid, 0, 22011, 1, 1 from usergroup;