Skip to content

Commit

Permalink
Typo: "OnDelete.cascade" -> "OnUpdate.cascade" (#787)
Browse files Browse the repository at this point in the history
  • Loading branch information
BurkhalterY authored Mar 12, 2023
1 parent ff26a88 commit e66714c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion piccolo/columns/column_types.py
Original file line number Diff line number Diff line change
Expand Up @@ -1784,7 +1784,7 @@ class Band(Table):
:param on_update:
Determines what the database should do when a row has it's primary key
updated. If set to ``OnDelete.cascade``, any rows referencing the
updated. If set to ``OnUpdate.cascade``, any rows referencing the
updated row will have their references updated to point to the new
primary key.
Expand Down

0 comments on commit e66714c

Please sign in to comment.