add: journals/notes database interfaces
This commit is contained in:
parent
0f48a46c40
commit
102ea0ee35
14 changed files with 386 additions and 6 deletions
|
@ -37,6 +37,8 @@ bitflags! {
|
|||
const MANAGE_STACKS = 1 << 26;
|
||||
const STAFF_BADGE = 1 << 27;
|
||||
const MANAGE_APPS = 1 << 28;
|
||||
const MANAGE_JOURNALS = 1 << 29;
|
||||
const MANAGE_NOTES = 1 << 30;
|
||||
|
||||
const _ = !0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue