Skip to content

Commit

Permalink
fix: migration updates
Browse files Browse the repository at this point in the history
  • Loading branch information
ColinBuyck committed Oct 25, 2023
1 parent d9e908f commit 29712b0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export class addJurisdictions1695143897902 implements MigrationInterface {
const jurisValues = Object.values(newJuris)
await queryRunner.query(
`INSERT INTO jurisdictions (${jurisKeys})
VALUES ($1, $2, $3,$4, $5, $6,$7, $8, $9, $10)`,
VALUES ($1, $2, $3,$4, $5, $6,$7, $8, $9, $10, $11)`,
jurisValues
)
})
Expand Down

0 comments on commit 29712b0

Please sign in to comment.