@remit/drizzle-service 0.0.23 → 0.0.24
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
CHANGED
|
@@ -194,6 +194,7 @@ CREATE TABLE IF NOT EXISTS message (
|
|
|
194
194
|
has_list_unsubscribe BOOLEAN NOT NULL DEFAULT false,
|
|
195
195
|
moved_by_remit BOOLEAN NOT NULL DEFAULT false,
|
|
196
196
|
placement_verdict JSONB,
|
|
197
|
+
filter_move JSONB,
|
|
197
198
|
created_at BIGINT NOT NULL,
|
|
198
199
|
updated_at BIGINT NOT NULL
|
|
199
200
|
);
|