@optimatech88/titomeet-shared-lib 1.0.41 → 1.0.42

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": "@optimatech88/titomeet-shared-lib",
3
- "version": "1.0.41",
3
+ "version": "1.0.42",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "scripts": {
@@ -0,0 +1,2 @@
1
+ -- AlterTable
2
+ ALTER TABLE "public"."Transaction" ADD COLUMN "reference" TEXT;
@@ -403,6 +403,8 @@ model Transaction {
403
403
 
404
404
  status TransactionStatus @default(PENDING)
405
405
 
406
+ reference String?
407
+
406
408
  expiresAt DateTime?
407
409
 
408
410
  createdAt DateTime @default(now())