efiber-prisma-schema 1.16.1 → 1.16.2

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": "efiber-prisma-schema",
3
- "version": "1.16.1",
3
+ "version": "1.16.2",
4
4
  "description": "Database schema for eFiber",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -0,0 +1,2 @@
1
+ -- AlterTable
2
+ ALTER TABLE "SpliceClosure" ALTER COLUMN "spliceClosureMaximumCapacity" SET DATA TYPE TEXT;
@@ -2003,7 +2003,7 @@ model SpliceClosure {
2003
2003
  comments String?
2004
2004
 
2005
2005
  // Reporting mirrors
2006
- spliceClosureMaximumCapacity Int? //Maximum capacity of the Splice Closure
2006
+ spliceClosureMaximumCapacity String? //Maximum capacity of the Splice Closure
2007
2007
  placeOfInstallation String? //ID to an Infrastructure element
2008
2008
  address String? //Address of the Splice Closure
2009
2009
  previousEquipmentType String? //Type of the previous equipment