@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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@remit/drizzle-service",
3
- "version": "0.0.23",
3
+ "version": "0.0.24",
4
4
  "description": "Drizzle ORM service parameterized by dialect (Postgres / SQLite)",
5
5
  "type": "module",
6
6
  "main": "src/index.ts",
@@ -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
  );