Explained why migration #1 commented out.
authorChristopher Allan Webber <cwebber@dustycloud.org>
Mon, 30 Jan 2012 04:19:53 +0000 (22:19 -0600)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Mon, 30 Jan 2012 04:19:53 +0000 (22:19 -0600)
mediagoblin/tests/test_sql_migrations.py

index e1af25863aed690c3d33a82635db722d345f32bf..1b7fb90379bd6175af1c004374c1e364c0ca2e44 100644 (file)
@@ -109,6 +109,9 @@ def creature_remove_is_demon(db_conn):
     Remove the is_demon field from the creature model.  We don't need
     it!
     """
+    # :( Commented out 'cuz of:
+    # http://code.google.com/p/sqlalchemy-migrate/issues/detail?id=143&thanks=143&ts=1327882242
+
     # metadata = MetaData(bind=db_conn.bind)
     # creature_table = Table(
     #     'creature', metadata,