@remit/drizzle-service 0.0.42 → 0.0.43
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/schema.ts +0 -2
package/package.json
CHANGED
package/src/schema.ts
CHANGED
|
@@ -11,8 +11,6 @@ import * as entities from "@remit/drizzle-sqlite-schema";
|
|
|
11
11
|
export const filterAnchorTable = entities.filterAnchors;
|
|
12
12
|
export const filterTable = entities.filters;
|
|
13
13
|
export const labelTable = entities.labels;
|
|
14
|
-
export const mailboxAttributeEntryTable = entities.mailboxAttributeEntries;
|
|
15
|
-
export const mailboxFlagTable = entities.mailboxFlags;
|
|
16
14
|
export const messageLabelTable = entities.messageLabels;
|
|
17
15
|
export const senderSignerStandingTable = entities.senderSignerStandings;
|
|
18
16
|
export * from "./schema/i4-account-config.js";
|