@juliobrim/prisma-shared 1.0.29 → 1.0.30

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.
@@ -0,0 +1,2 @@
1
+ -- AlterEnum
2
+ ALTER TYPE "public"."MachineType" ADD VALUE 'continuous';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@juliobrim/prisma-shared",
3
- "version": "1.0.29",
3
+ "version": "1.0.30",
4
4
  "description": "Schema Prisma compartilhado entre projetos Sabcon",
5
5
  "main": "schema.prisma",
6
6
  "files": [
package/schema.prisma CHANGED
@@ -910,6 +910,7 @@ enum NodeType {
910
910
  enum MachineType {
911
911
  sew
912
912
  discrete
913
+ continuous
913
914
  }
914
915
 
915
916
  enum Colors {