We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f548ac commit 4f32284Copy full SHA for 4f32284
.github/workflows/database.yaml
@@ -176,6 +176,7 @@ jobs:
176
pg_dump -U dirigent -h localhost dirigent \
177
--schema-only --no-comments --no-privileges --no-owner \
178
| grep -vE '^(SET |SELECT |$)' \
179
+ | sort \
180
> /tmp/schema_baseline.sql
181
182
--data-only --no-comments --no-privileges --no-owner \
@@ -206,6 +207,7 @@ jobs:
206
207
208
209
210
211
> /tmp/schema_reverted.sql
212
213
0 commit comments