diff --git a/app/repository/sql/download.sql b/app/repository/sql/download.sql index eb137de9..a0715d22 100644 --- a/app/repository/sql/download.sql +++ b/app/repository/sql/download.sql @@ -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", diff --git a/pyproject.toml b/pyproject.toml index 69c80390..12cd76a1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "navigator_backend" -version = "1.22.1" +version = "1.22.2" description = "" authors = ["CPR-dev-team "] packages = [{ include = "app" }, { include = "tests" }]