add labels and link_labels table name

This commit is contained in:
Hongbo Wu 2022-02-23 14:57:29 +08:00
parent 5651c92efe
commit edb9339897

View file

@ -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',
}