-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: new data aggregation and display
- Loading branch information
1 parent
1fb5a48
commit 24b94ee
Showing
13 changed files
with
603 additions
and
865 deletions.
There are no files selected for viewing
10 changes: 10 additions & 0 deletions
10
api-node/prisma/migrations/20240314105019_drinking_water_enable/migration.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
-- AlterEnum | ||
ALTER TYPE "IndicatorsSlugEnum" | ||
ADD | ||
VALUE 'drinking_water'; | ||
|
||
-- AlterTable | ||
ALTER TABLE | ||
"User" | ||
ADD | ||
COLUMN "udi" TEXT; |
106 changes: 0 additions & 106 deletions
106
api-node/prisma/migrations/20240314204424_drinking_water_parameters/migration.sql
This file was deleted.
Oops, something went wrong.
94 changes: 0 additions & 94 deletions
94
api-node/prisma/migrations/20240314211347_drinking_water_parameters_synthetic/migration.sql
This file was deleted.
Oops, something went wrong.
33 changes: 0 additions & 33 deletions
33
api-node/prisma/migrations/20240314211543_drinking_water_parameters_conformity/migration.sql
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.