Django: Getting Started Transcripts
Chapter: DB Migrations
Lecture: More management commands
Login or
purchase this course
to watch this video and the rest of the course contents.
0:00
There's an easier way of showing all that stuff than digging around in the database.
0:09
The show migrations management command shows you app by app what migrations exist and the X indicates it has been applied. If I scroll up a little bit,
0:20
here's music 0001 has been applied. But because I rolled it back, 0002 has not. You can also see what sequel is related to a specific migration.
0:41
You don't even have to give the entire name just the number in most cases