Skip to content

Commit

Permalink
Fix typo (#639)
Browse files Browse the repository at this point in the history
  • Loading branch information
eval authored Sep 3, 2024
1 parent 8b004b2 commit 4c26288
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/cli.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2084,7 +2084,7 @@ Every option for this table (with the exception of ``--pk-none``) can be specifi
``--drop-foreign-key column``
Drop the specified foreign key.

``--add-foregn-key column other_table other_column``
``--add-foreign-key column other_table other_column``
Add a foreign key constraint to ``column`` pointing to ``other_table.other_column``.

If you want to see the SQL that will be executed to make the change without actually executing it, add the ``--sql`` flag. For example:
Expand Down

0 comments on commit 4c26288

Please sign in to comment.