efiber-prisma-schema 1.13.6 → 1.13.7
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
|
@@ -2689,6 +2689,7 @@ model Building {
|
|
|
2689
2689
|
installationStatus String? @default("pending") //pending, approved, in-revision
|
|
2690
2690
|
|
|
2691
2691
|
// Reporting mirrors
|
|
2692
|
+
address String? //Address of the building
|
|
2692
2693
|
buildingName String? //Name of the building
|
|
2693
2694
|
totalFlats Int? //Total number of flats in the building
|
|
2694
2695
|
floorCount Int? //Number of floors in the building
|