mirror of
https://github.com/django/django.git
synced 2025-08-03 10:34:04 +00:00
[1.10.x] Fixed incorrect word choice in docs/topics/migrations.txt.
Backport of ae660cde5a
from master
This commit is contained in:
parent
b495d8e334
commit
04d4350649
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ add or remove columns. On slower hardware this can be worse than a minute per
|
|||
million rows - adding a few columns to a table with just a few million rows
|
||||
could lock your site up for over ten minutes.
|
||||
|
||||
Finally, MySQL has reasonably small limits on name lengths for columns, tables
|
||||
Finally, MySQL has relatively small limits on name lengths for columns, tables
|
||||
and indexes, as well as a limit on the combined size of all columns an index
|
||||
covers. This means that indexes that are possible on other backends will
|
||||
fail to be created under MySQL.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue