add missing role

This commit is contained in:
nek0 2021-01-31 02:23:57 +01:00
parent 6018c72fb3
commit 98d3f2733c
1 changed files with 1 additions and 0 deletions

View File

@ -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,"