Skip to content

Commit

Permalink
Remove ordered from sequence (liquibase) because it is not support in…
Browse files Browse the repository at this point in the history
… postgres.
  • Loading branch information
tunacicek committed Feb 21, 2024
1 parent 1e46b9d commit 0410b8a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion backend/postgres/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ version: "3.9"
services:

postgres:
image: postgres:13.6-alpine
image: bitnami/postgresql:15.4.0-debian-11-r45
container_name: postgres
ports:
- "5432:5432"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ databaseChangeLog:
dataType: int
incrementBy: 50
minValue: 1
ordered: true
sequenceName: ACCESS_RULE_SEQ
startValue: 1
- createTable:
Expand Down

0 comments on commit 0410b8a

Please sign in to comment.