MISP/INSTALL/MYSQL.role.sql

5 lines
156 B
MySQL
Raw Normal View History

alter table roles add column perm_sync tinyint(1);
alter table roles add column perm_admin tinyint(1);
alter table roles add column perm_audit tinyint(1);