Django: Getting Started Transcripts
Chapter: DB Migrations
Lecture: Migrating to a specific point including backwards

Login or purchase this course to watch this video and the rest of the course contents.
0:00 By using an additional parameter in the migration command, you can specify what migration level to go to.
0:07 Say you had 10 migration files but only wanted to go to the 5th one. You could do that. You can also go backwards. Let's try that.
0:23 The current state had been 0002, asking to migrate to 0001 undoes the change. See, back to the original schema.


Talk Python's Mastodon Michael Kennedy's Mastodon