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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "efiber-prisma-schema",
3
- "version": "1.13.6",
3
+ "version": "1.13.7",
4
4
  "description": "Database schema for eFiber",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -0,0 +1,2 @@
1
+ -- AlterTable
2
+ ALTER TABLE "Building" ADD COLUMN "address" TEXT;
@@ -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