Skip to content

Commit

Permalink
Merge pull request #265 from holashchand/id-gen-seq
Browse files Browse the repository at this point in the history
Fixed idgen sequence issues
  • Loading branch information
srprasanna authored Nov 9, 2023
2 parents 3ca3d41 + 9599da9 commit 60149d9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -359,6 +359,8 @@ services:
environment:
spring.datasource.url: jdbc:postgresql://db:5432/registry
spring.flyway.baseline-on-migrate: "true"
autocreate.new.seq: "true"
idformat.from.mdms: "false"
egov.mdms.provider: org.egov.id.masterdata.provider.DBMasterDataProvider
depends_on:
db:
Expand Down

0 comments on commit 60149d9

Please sign in to comment.