mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
add labels and link_labels table name
This commit is contained in:
parent
5651c92efe
commit
edb9339897
1 changed files with 2 additions and 0 deletions
|
|
@ -23,4 +23,6 @@ export enum Table {
|
|||
HIGHLIGHT_REPLY = 'omnivore.highlight_reply',
|
||||
REACTION = 'omnivore.reaction',
|
||||
REMINDER = 'omnivore.reminders',
|
||||
LABELS = 'omnivore.labels',
|
||||
LINK_LABELS = 'omnivore.link_labels',
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue