summary refs log tree commit diff
path: root/scripts
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2014-12-16 14:36:31 +0000
committerErik Johnston <erik@matrix.org>2014-12-16 14:36:31 +0000
commitd2ca24087fe6fdd91535602ffe493a92c3a468c6 (patch)
tree181ee18a09d6695a2de86d652e5a6482ffb427ee /scripts
parentMake failure to run appropraite upgrade scripts more helpful. (diff)
downloadsynapse-d2ca24087fe6fdd91535602ffe493a92c3a468c6.tar.xz
Bump UPGRADES and CHANGES
Diffstat (limited to 'scripts')
-rw-r--r--scripts/upgrade_db_to_v0.6.0.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/upgrade_db_to_v0.6.0.py b/scripts/upgrade_db_to_v0.6.0.py
index 8f371bb4bb..add088a818 100644
--- a/scripts/upgrade_db_to_v0.6.0.py
+++ b/scripts/upgrade_db_to_v0.6.0.py
@@ -284,6 +284,8 @@ def main(database, server_name, signing_key):
     reinsert_events(cursor, server_name, signing_key)
     conn.commit()
 
+    print "Success!"
+
 
 if __name__ == "__main__":
     parser = argparse.ArgumentParser()