add missing role
This commit is contained in:
parent
6018c72fb3
commit
98d3f2733c
1 changed files with 1 additions and 0 deletions
|
@ -30,6 +30,7 @@ initRole = mconcat
|
|||
, "role_id SERIAL NOT NULL,"
|
||||
, "role_name TEXT NOT NULL,"
|
||||
, "role_can_refill_stock BOOLEAN NOT NULL,"
|
||||
, "role_can_view_journal BOOLEAN NOT NULL,"
|
||||
, "role_can_pay_invoice BOOLEAN NOT NULL,"
|
||||
, "role_can_pay_out BOOLEAN NOT NULL,"
|
||||
, "role_can_manage_products BOOLEAN NOT NULL,"
|
||||
|
|
Loading…
Reference in a new issue