lang-database 1.4.0 → 1.6.0

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/.env-dev CHANGED
@@ -1,3 +1,2 @@
1
- DATABASE_URL="postgresql://myuser:mypass@localhost:5432/ez_dev"
2
- SHADOW_DATABASE_URL="postgresql://myuser:mypass@localhost:5432/ez_dev_shadow"
1
+ DATABASE_URL="postgresql://attila:A8JpZy_JhOM5uZm7QvIzAQ@free-tier7.aws-eu-west-1.cockroachlabs.cloud:26257/ezfraze-dev?sslmode=verify-full&options=--cluster%3Dday-bee-3717"
3
2
  JWT_KEY="This is my jwt key"
package/.env-local ADDED
@@ -0,0 +1,2 @@
1
+ DATABASE_URL="postgresql://myuser:mypass@localhost:5432/ez_dev"
2
+ JWT_KEY="This is my jwt key"
package/.env-prod ADDED
@@ -0,0 +1,3 @@
1
+ DATABASE_URL="postgresql://attila:A8JpZy_JhOM5uZm7QvIzAQ@free-tier7.aws-eu-west-1.cockroachlabs.cloud:26257/ezfraze-prod?sslmode=verify-full&options=--cluster%3Dday-bee-3717"
2
+ JWT_KEY="This is my jwt key"
3
+ IS_TESTING=true
@@ -119,7 +119,10 @@ exports.Prisma.PurchaseScalarFieldEnum = makeEnum({
119
119
  id: 'id',
120
120
  userId: 'userId',
121
121
  packId: 'packId',
122
- price: 'price'
122
+ currency: 'currency',
123
+ amount: 'amount',
124
+ orderDate: 'orderDate',
125
+ paymentDate: 'paymentDate'
123
126
  });
124
127
 
125
128
  exports.Prisma.QueryMode = makeEnum({