From c6f9f3ebe1c3a658d92d77d87c9265de913cec3d Mon Sep 17 00:00:00 2001 From: Bridger Maxwell Date: Wed, 11 Jul 2012 15:17:44 -0400 Subject: [PATCH] Renamed migrations since branch, making dev machine databases un-migratable. --- ...=> 0008_auto__del_courseregistration__add_courseenrollment.py} | 0 ...e_id.py => 0009_auto__chg_field_courseenrollment_course_id.py} | 0 ...eld_courseenrollment_user__del_unique_courseenrollment_use.py} | 0 ...eld_userprofile_gender__add_field_userprofile_date_of_birt.py} | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename lms/djangoapps/student/migrations/{0007_auto__del_courseregistration__add_courseenrollment.py => 0008_auto__del_courseregistration__add_courseenrollment.py} (100%) rename lms/djangoapps/student/migrations/{0008_auto__chg_field_courseenrollment_course_id.py => 0009_auto__chg_field_courseenrollment_course_id.py} (100%) rename lms/djangoapps/student/migrations/{0009_auto__chg_field_courseenrollment_user__del_unique_courseenrollment_use.py => 0010_auto__chg_field_courseenrollment_user__del_unique_courseenrollment_use.py} (100%) rename lms/djangoapps/student/migrations/{0010_auto__add_field_userprofile_gender__add_field_userprofile_date_of_birt.py => 0011_auto__add_field_userprofile_gender__add_field_userprofile_date_of_birt.py} (100%) diff --git a/lms/djangoapps/student/migrations/0007_auto__del_courseregistration__add_courseenrollment.py b/lms/djangoapps/student/migrations/0008_auto__del_courseregistration__add_courseenrollment.py similarity index 100% rename from lms/djangoapps/student/migrations/0007_auto__del_courseregistration__add_courseenrollment.py rename to lms/djangoapps/student/migrations/0008_auto__del_courseregistration__add_courseenrollment.py diff --git a/lms/djangoapps/student/migrations/0008_auto__chg_field_courseenrollment_course_id.py b/lms/djangoapps/student/migrations/0009_auto__chg_field_courseenrollment_course_id.py similarity index 100% rename from lms/djangoapps/student/migrations/0008_auto__chg_field_courseenrollment_course_id.py rename to lms/djangoapps/student/migrations/0009_auto__chg_field_courseenrollment_course_id.py diff --git a/lms/djangoapps/student/migrations/0009_auto__chg_field_courseenrollment_user__del_unique_courseenrollment_use.py b/lms/djangoapps/student/migrations/0010_auto__chg_field_courseenrollment_user__del_unique_courseenrollment_use.py similarity index 100% rename from lms/djangoapps/student/migrations/0009_auto__chg_field_courseenrollment_user__del_unique_courseenrollment_use.py rename to lms/djangoapps/student/migrations/0010_auto__chg_field_courseenrollment_user__del_unique_courseenrollment_use.py diff --git a/lms/djangoapps/student/migrations/0010_auto__add_field_userprofile_gender__add_field_userprofile_date_of_birt.py b/lms/djangoapps/student/migrations/0011_auto__add_field_userprofile_gender__add_field_userprofile_date_of_birt.py similarity index 100% rename from lms/djangoapps/student/migrations/0010_auto__add_field_userprofile_gender__add_field_userprofile_date_of_birt.py rename to lms/djangoapps/student/migrations/0011_auto__add_field_userprofile_gender__add_field_userprofile_date_of_birt.py