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