]> git.parisson.com Git - telecaster-client.git/commitdiff
fix no index
authoryomguy <yomguy@parisson.com>
Wed, 30 Jan 2013 11:55:08 +0000 (12:55 +0100)
committeryomguy <yomguy@parisson.com>
Wed, 30 Jan 2013 11:55:08 +0000 (12:55 +0100)
telecaster/migrations/0002_auto__del_session__del_department__del_organization__del_professor__de.py

index 088c26a91ed8a4b9f5f674f81e66ae2bb136a729..33f44d8f7b6f86c37cec1b5e42d6c2fabaa395e2 100644 (file)
@@ -35,7 +35,7 @@ class Migration(SchemaMigration):
         # Changing field 'Station.session'
         db.alter_column('telecaster_station', 'session', self.gf('django.db.models.fields.CharField')(max_length=16))
         # Removing index on 'Station', fields ['session']
-        db.delete_index('telecaster_station', ['session_id'])
+        #db.delete_index('telecaster_station', ['session_id'])
 
 
         # Changing field 'Station.department'
@@ -251,4 +251,4 @@ class Migration(SchemaMigration):
         }
     }
 
-    complete_apps = ['telecaster']
\ No newline at end of file
+    complete_apps = ['telecaster']