Fix bug in migration
authorverrierj
Thu, 26 Jan 2012 15:02:47 +0100
changeset 459 f1c9c91a2a9a
parent 458 5d35581192cb
child 460 af360d447874
Fix bug in migration
src/ldt/ldt/ldt_utils/migrations/0011_gen_stat_annotation.py
--- a/src/ldt/ldt/ldt_utils/migrations/0011_gen_stat_annotation.py	Thu Jan 26 12:09:21 2012 +0100
+++ b/src/ldt/ldt/ldt_utils/migrations/0011_gen_stat_annotation.py	Thu Jan 26 15:02:47 2012 +0100
@@ -11,12 +11,13 @@
 
     def forwards(self, orm):
         "Write your forwards methods here."
-        
+        pass
         # use command ./manage.py statannotation after this migration
 
 
     def backwards(self, orm):
         "Write your backwards methods here."
+        pass
 
 
     models = {