Skip to content

Commit e991cfc

Browse files
authored
chore(deps): update deps PPS-179 (#1073)
1 parent fd45bf4 commit e991cfc

3 files changed

Lines changed: 1258 additions & 1048 deletions

File tree

migrations/versions/a04a70296688_non_unique_client_name.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def upgrade():
2626
name_constraints = [e[0] for e in results if "name" in e[0]]
2727
if len(name_constraints) != 1:
2828
raise Exception(
29-
f"Found multiple 'unique client name' constraints: {name_constraints}"
29+
f"Did not find exactly one 'unique client name' constraint: {name_constraints}"
3030
)
3131

3232
# the `name` does not have to be unique anymore: remove the constraint

0 commit comments

Comments
 (0)