summaryrefslogtreecommitdiffstats
path: root/askbot/management/commands/init_postgresql_full_text_search.py
diff options
context:
space:
mode:
Diffstat (limited to 'askbot/management/commands/init_postgresql_full_text_search.py')
-rw-r--r--askbot/management/commands/init_postgresql_full_text_search.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/askbot/management/commands/init_postgresql_full_text_search.py b/askbot/management/commands/init_postgresql_full_text_search.py
index 3cf4b03c..cc6a7263 100644
--- a/askbot/management/commands/init_postgresql_full_text_search.py
+++ b/askbot/management/commands/init_postgresql_full_text_search.py
@@ -11,7 +11,7 @@ class Command(NoArgsCommand):
askbot.get_install_directory(),
'search',
'postgresql',
- 'thread_and_post_models_01162012.plsql'
+ 'thread_and_post_models_10032013.plsql'
)
setup_full_text_search(script_path)
@@ -19,6 +19,6 @@ class Command(NoArgsCommand):
askbot.get_install_directory(),
'search',
'postgresql',
- 'user_profile_search_16102012.plsql'
+ 'user_profile_search_02262013.plsql'
)
setup_full_text_search(script_path)