summaryrefslogtreecommitdiff
path: root/yaksh/migrations
AgeCommit message (Collapse)Author
2017-11-15Update Migration files and version for release version 0.7.maheshgudi
2017-05-16Change activation_key field length in Profile modeladityacp
2017-05-11Add migrations for release 0.6.0ankitjavalkar
2017-04-10Add new migrations for assignment uploadadityacp
2017-03-31Add migration for start and end enroll timeankitjavalkar
2017-03-21rebase changes for simple question typesmahesh
2017-03-20Check in migration file to add field fixed_question_order to questionpaperankitjavalkar
2017-03-20added migrations for fill in the blanksmahesh
2017-03-17Add grade_assignment_upload field to inital migrationsadityacp
2017-03-14Added initial migration for Yakshprathamesh
2017-03-13Added migrations folder to the app.prathamesh
This required because when we do migration for the first time, initial migrations will be created only if migrations folder is present in the installed app. Otherwise, running makemigrations will not detect the initial migrations for that app. Though we can exclusively specify the app name as the argument to the makemigrations command. But did this so that by default apply migrations. Note: Removed migrations from .gitignore