Skip to content

Commit

Permalink
Expose internal corpus ID for whole data dump (#450)
Browse files Browse the repository at this point in the history
  • Loading branch information
katybaulch authored Jan 21, 2025
1 parent 3625297 commit 02aacad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions app/repository/sql/download.sql
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,7 @@ SELECT
f.last_modified::DATE AS "Last Modified on System",
d.import_id AS "Internal Document ID",
f.import_id AS "Internal Family ID",
fc.corpus_import_id AS "Internal Corpus ID",
n1.collection_import_ids AS "Internal Collection ID(s)",
INITCAP(d.valid_metadata::JSON #>> '{
role,0}') AS "Document Role",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "navigator_backend"
version = "1.22.1"
version = "1.22.2"
description = ""
authors = ["CPR-dev-team <[email protected]>"]
packages = [{ include = "app" }, { include = "tests" }]
Expand Down

0 comments on commit 02aacad

Please sign in to comment.