efiber-prisma-schema 1.13.7 → 1.13.8
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
|
@@ -2583,6 +2583,7 @@ model SFU {
|
|
|
2583
2583
|
isInstalled Boolean @default(false)
|
|
2584
2584
|
installationDate DateTime?
|
|
2585
2585
|
|
|
2586
|
+
address String? //Address of the SFU
|
|
2586
2587
|
linkToDispatch String? //Link to the dispatch system
|
|
2587
2588
|
macAddress String? //MAC address of the Router in the SFU
|
|
2588
2589
|
gponAddress String? //GPON address of the SFU
|