Skip to content

Commit

Permalink
fix(dump): update dump
Browse files Browse the repository at this point in the history
  • Loading branch information
pYassine committed Jan 22, 2024
1 parent 8bce304 commit d0af31b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .talismanrc
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ fileignoreconfig:
- filename: packages/backend/src/_migrations/1702483465656-auto-migration.ts
checksum: 2dbc2450c1df10f68a54897946318976bf8163711f3143e0608ce6c0e7275447
- filename: packages/backend/src/_migrations/_init-db/1603812391580-pr-env-create-database.ts
checksum: 9cfbf4eeff9cab713fb59029bebd87e47f097336a34eb5716b0fcbbba0747e0d
checksum: b9c525d9cac633693975f7526357350057063772b3c978d6cd43841e676cebcc
- filename: packages/backend/src/_portail-admin/portail-admin-login/portail-admin-login.controller.spec.ts
checksum: 3bd78f8919cbe14a45484825d6ce816bc7e2a0456fc53b9beeb1fedb6bdb061a
- filename: packages/backend/src/_portail-usager/portail-usager-login/portail-usagers-login.controller.spec.ts
Expand Down
Binary file modified _scripts/db/dumps/domifa_test.postgres.custom.gz
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,7 @@ async function createTables(queryRunner: QueryRunner) {
"filesUpdated" bool NOT NULL DEFAULT false,
latitude float8 NULL,
longitude float8 NULL,
"organismeType" text NULL,
CONSTRAINT "PK_a92a6b3dd54efb4ab48b2d6e7c1" PRIMARY KEY (uuid),
CONSTRAINT "UQ_90ac7986e769d602d218075215c" UNIQUE (id),
CONSTRAINT "UQ_b36e92e49b2a68f8fea64ec8d5b" UNIQUE (email)
Expand Down Expand Up @@ -348,10 +349,10 @@ async function createTables(queryRunner: QueryRunner) {
decision jsonb NOT NULL,
historique jsonb NOT NULL,
"ayantsDroits" jsonb NULL,
"lastInteraction" jsonb NOT NULL DEFAULT '{"colisIn": "0", "enAttente": "false", "courrierIn": "0", "recommandeIn": "0", "dateInteraction": "NOW()"}'::jsonb,
"lastInteraction" jsonb NOT NULL,
"etapeDemande" int4 NOT NULL DEFAULT 0,
rdv jsonb NULL,
"options" jsonb NOT NULL DEFAULT '{"npai": {"actif": false, "dateDebut": null}, "transfert": {"nom": null, "actif": false, "adresse": null, "dateFin": null, "dateDebut": null}, "procurations": [], "portailUsagerEnabled": false}'::jsonb,
"options" jsonb NOT NULL,
"import" jsonb NULL,
migrated bool NOT NULL DEFAULT false,
telephone jsonb NOT NULL DEFAULT '{"numero": "", "countryCode": "fr"}'::jsonb,
Expand Down Expand Up @@ -426,13 +427,13 @@ async function createTables(queryRunner: QueryRunner) {
residence text NULL,
"residenceDetail" text NULL,
cause text NULL,
"situationPro" text NULL,
"causeDetail" text NULL,
rattachement text NULL,
raison text NULL,
"raisonDetail" text NULL,
accompagnement bool NULL,
"accompagnementDetail" text NULL,
"situationPro" text NULL,
CONSTRAINT "PK_1da0e283293a4bb213ffd0ef280" PRIMARY KEY (uuid),
CONSTRAINT "UQ_5f4220e5a3e6d2ee1c1bb7fd3d2" UNIQUE ("structureId", "usagerRef"),
CONSTRAINT "UQ_aa19c17fc79f4e4a648643096f9" UNIQUE ("usagerUUID"),
Expand Down

0 comments on commit d0af31b

Please sign in to comment.