Skip to content

Commit

Permalink
Feature/pdct 1235 add display name column to org table (#186)
Browse files Browse the repository at this point in the history
* Bump db client to 3.8.10

* Bump to 2.10.15

* Add display name
  • Loading branch information
katybaulch authored Jul 30, 2024
1 parent 747462d commit 6407599
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
8 changes: 4 additions & 4 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "admin_backend"
version = "2.10.14"
version = "2.10.15"
description = ""
authors = ["CPR-dev-team <[email protected]>"]
packages = [{ include = "app" }, { include = "tests" }]
Expand Down Expand Up @@ -29,7 +29,7 @@ boto3 = "^1.28.46"
moto = "^4.2.2"
types-sqlalchemy = "^1.4.53.38"
urllib3 = "^1.26.17"
db-client = { git = "https://github.com/climatepolicyradar/navigator-db-client.git", tag = "v3.8.9" }
db-client = { git = "https://github.com/climatepolicyradar/navigator-db-client.git", tag = "v3.8.10" }

[tool.poetry.dev-dependencies]
pre-commit = "^2.17.0"
Expand Down
1 change: 1 addition & 0 deletions tests/integration_tests/setup_db.py
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,7 @@ def _setup_organisation(test_db: Session) -> tuple[int, int]:
name="Another org",
description="because we will have more than one org",
organisation_type="test",
display_name="Another org",
)
test_db.add(another_org)
test_db.flush()
Expand Down

0 comments on commit 6407599

Please sign in to comment.