Skip to content
This repository has been archived by the owner on Dec 14, 2023. It is now read-only.

Commit

Permalink
Merge branch 'master' of github.com:berkmancenter/mediacloud into top…
Browse files Browse the repository at this point in the history
…ic_modelling
  • Loading branch information
DonggeLiu committed Jul 3, 2017
2 parents e888805 + 3dc316c commit a23aa13
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion mediacloud/mediawords/db/handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ def __should_continue_with_outdated_schema(self, current_schema_version: int, ta
Please run:
./script/mediawords_upgrade_db.py --import
./script/run_with_carton.sh ./script/mediawords_upgrade_db.pl --import
to automatically upgrade the database schema to the latest version.
Expand All @@ -200,6 +200,10 @@ def __should_continue_with_outdated_schema(self, current_schema_version: int, ta
%(IGNORE_SCHEMA_VERSION_ENV_VARIABLE)s=1 ./script/your_script.py
or
%(IGNORE_SCHEMA_VERSION_ENV_VARIABLE)s=1 ./script/run_with_carton.sh ./script/your_script.pl
################################
""" % {
Expand Down

0 comments on commit a23aa13

Please sign in to comment.