mirror of
https://github.com/django/django.git
synced 2025-11-02 04:48:33 +00:00
Fixed #25063 -- Added path to makemigration's output of migration file.
This commit is contained in:
parent
e090070761
commit
99a1265a39
6 changed files with 24 additions and 4 deletions
|
|
@ -239,7 +239,7 @@ create a database migration:
|
|||
|
||||
$ python manage.py makemigrations
|
||||
Migrations for 'world':
|
||||
0001_initial.py:
|
||||
world/migrations/0001_initial.py:
|
||||
- Create model WorldBorder
|
||||
|
||||
Let's look at the SQL that will generate the table for the ``WorldBorder``
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue