-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feature/pdct 937 change the schema to remove unused link tables (#122)
* Bump dbclient version to 3.4.0 * Remove all references to MetadataTax, FamilyOrg & MetadataOrg * Bump package version to 2.3.0 * Add more options for type of change * Fix assertion to look at corpus.import_id * Check for one or none and then not none
- Loading branch information
1 parent
cfc1f5f
commit 90aaa59
Showing
6 changed files
with
25 additions
and
83 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "admin_backend" | ||
version = "2.2.1" | ||
version = "2.3.0" | ||
description = "" | ||
authors = ["CPR-dev-team <[email protected]>"] | ||
packages = [{ include = "app" }, { include = "tests" }] | ||
|
@@ -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.3.0" } | ||
db-client = { git = "https://github.com/climatepolicyradar/navigator-db-client.git", tag = "v3.4.0" } | ||
|
||
[tool.poetry.dev-dependencies] | ||
pre-commit = "^2.17.0" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters