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
package/prisma/schema.prisma
CHANGED
|
@@ -2003,7 +2003,7 @@ model SpliceClosure {
|
|
|
2003
2003
|
comments String?
|
|
2004
2004
|
|
|
2005
2005
|
// Reporting mirrors
|
|
2006
|
-
spliceClosureMaximumCapacity
|
|
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
|