summaryrefslogtreecommitdiff
path: root/yaksh/migrations
AgeCommit message (Collapse)Author
2017-04-26Merge https://github.com/fossee/online_test into email_verificationadityacp
2017-04-10Add new migrations for assignment uploadadityacp
2017-04-07Add new migrations for profile modeladityacp
2017-04-07Delete older migrationsadityacp
2017-04-07Add new migrations for Profile model additionsadityacp
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