Skip to content

Commit

Permalink
Merge branch 'main' into 2499-opinion-order
Browse files Browse the repository at this point in the history
  • Loading branch information
quevon24 authored Aug 7, 2024
2 parents ed564f9 + 043c55f commit 98bf786
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ celery = "^5.3.6"
certifi = "^2024.7.4"
courts-db = "*"
disposable-email-domains = "*"
Django = "^5.0.7"
Django = "^5.0.8"
django-cache-memoize = "==0.*"
django-cors-headers = "^4.4.0"
django-csp = "^3.8"
Expand Down
2 changes: 1 addition & 1 deletion scripts/make_bulk_data.sh
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ echo "Streaming ${lst[0]} to S3"
psql \
--command \
"set statement_timeout to 0;
COPY ${lst[0]} ${lst[1]} TO STDOUT WITH (FORMAT csv, ENCODING utf8, HEADER, QUOTE '`', FORCE_QUOTE *)" \
COPY ${lst[0]} ${lst[1]} TO STDOUT WITH (FORMAT csv, ENCODING utf8, HEADER, QUOTE \"\`\", FORCE_QUOTE *)" \
--quiet \
--host "$DB_HOST" \
--username "$DB_USER" \
Expand Down

0 comments on commit 98bf786

Please sign in to comment.