diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2012-01-29 22:19:53 -0600 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2012-01-29 22:19:53 -0600 |
commit | 7f3ec607a34e727324397c2bf240f771b12a0455 (patch) | |
tree | 2b8c51c3e44a80d7404342426a5a01d1d25dcb99 /mediagoblin/tests/test_sql_migrations.py | |
parent | 78d17b8055ca19b3af52f97337ccf3c6b8e610b7 (diff) | |
download | mediagoblin-7f3ec607a34e727324397c2bf240f771b12a0455.tar.lz mediagoblin-7f3ec607a34e727324397c2bf240f771b12a0455.tar.xz mediagoblin-7f3ec607a34e727324397c2bf240f771b12a0455.zip |
Explained why migration #1 commented out.
Diffstat (limited to 'mediagoblin/tests/test_sql_migrations.py')
-rw-r--r-- | mediagoblin/tests/test_sql_migrations.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mediagoblin/tests/test_sql_migrations.py b/mediagoblin/tests/test_sql_migrations.py index e1af2586..1b7fb903 100644 --- a/mediagoblin/tests/test_sql_migrations.py +++ b/mediagoblin/tests/test_sql_migrations.py @@ -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, |