Skip to content

Commit 4f32284

Browse files
committed
sort
1 parent 1f548ac commit 4f32284

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/database.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,7 @@ jobs:
176176
pg_dump -U dirigent -h localhost dirigent \
177177
--schema-only --no-comments --no-privileges --no-owner \
178178
| grep -vE '^(SET |SELECT |$)' \
179+
| sort \
179180
> /tmp/schema_baseline.sql
180181
pg_dump -U dirigent -h localhost dirigent \
181182
--data-only --no-comments --no-privileges --no-owner \
@@ -206,6 +207,7 @@ jobs:
206207
pg_dump -U dirigent -h localhost dirigent \
207208
--schema-only --no-comments --no-privileges --no-owner \
208209
| grep -vE '^(SET |SELECT |$)' \
210+
| sort \
209211
> /tmp/schema_reverted.sql
210212
pg_dump -U dirigent -h localhost dirigent \
211213
--data-only --no-comments --no-privileges --no-owner \

0 commit comments

Comments
 (0)