Skip to content

Commit

Permalink
Use newer DB schema dump
Browse files Browse the repository at this point in the history
  • Loading branch information
Pl217 committed Mar 21, 2024
1 parent 1c9d1d5 commit d802466
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ services:
- POSTGRES_USER=postgres
- POSTGRES_HOST_AUTH_METHOD=trust
volumes:
- ./migration/schema-2024-02-29.sql:/docker-entrypoint-initdb.d/init.sql
- ./migration/schema-2024-03-13.sql:/docker-entrypoint-initdb.d/init.sql
Original file line number Diff line number Diff line change
Expand Up @@ -2772,8 +2772,7 @@ CREATE TABLE public."planVersion" (
"updatedAt" timestamp with time zone NOT NULL,
"lastPublishedReportingPeriodId" integer,
"clusterSelectionType" character varying(255),
"isDisaggregationVisibleForCaseloads" boolean DEFAULT true,
"isDisaggregationVisibleForIndicators" boolean DEFAULT true
"visibilityPreferences" jsonb DEFAULT '{"isDisaggregationForCaseloads": true, "isDisaggregationForIndicators": true}'::jsonb NOT NULL
);


Expand Down

0 comments on commit d802466

Please sign in to comment.