Skip to content

vlasy/foobar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple example of migration problem

  • I created the model - class Failure with only id and description
  • I created initial fixture initial.json
  • I added a field to Failure class
  • I deleted SQLite DB and now I cannot run migration

After running python manage.py migrate I get sqlite3.OperationalError - no such column 'confirmed

About

Django problem with migration

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages