certat / do-portal

This project is in maintenance mode and will only receive bug fixes, but no new features. A new version of this software is being developed.
5 stars 5 forks source link

new role: NIS-Kontaktstelle #68

Closed certrik closed 5 years ago

certrik commented 5 years ago

Please introduce a new role named "NIS-Kontaktstelle".

MarkHofstetter commented 5 years ago

inserted via SQL

insert into membership_roles (created, name, display_name, deleted) values (current_timestamp, 'NIS-Kontaktstelle', 'NIS-Kontaktstelle', 0);

now working (forgot to set deleted to 0 at first)