From 03d5d87eaf76eb8aea52875fa147801914dc96cd Mon Sep 17 00:00:00 2001 From: Evgeny Fadeev Date: Tue, 6 Mar 2012 16:39:03 -0300 Subject: removed the return statement in the postgres full text search setup --- askbot/migrations/0106_update_postgres_full_text_setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/askbot/migrations/0106_update_postgres_full_text_setup.py b/askbot/migrations/0106_update_postgres_full_text_setup.py index e788879c..bec19873 100644 --- a/askbot/migrations/0106_update_postgres_full_text_setup.py +++ b/askbot/migrations/0106_update_postgres_full_text_setup.py @@ -15,7 +15,6 @@ class Migration(DataMigration): def forwards(self, orm): "Write your forwards methods here." - return # TODO: remove me when the SQL is fixed! if 'postgresql_psycopg2' in askbot.get_database_engine_name(): script_path = os.path.join( -- cgit v1.2.3-1-g7c22