Skip to content

Commit 4c26288

Browse files
authored
Fix typo (#639)
1 parent 8b004b2 commit 4c26288

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/cli.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2084,7 +2084,7 @@ Every option for this table (with the exception of ``--pk-none``) can be specifi
20842084
``--drop-foreign-key column``
20852085
Drop the specified foreign key.
20862086

2087-
``--add-foregn-key column other_table other_column``
2087+
``--add-foreign-key column other_table other_column``
20882088
Add a foreign key constraint to ``column`` pointing to ``other_table.other_column``.
20892089

20902090
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:

0 commit comments

Comments
 (0)