This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!python | |
# Run this file to upgrade your shared database to a dev plan. | |
# Make sure you're using the heroku gem >= 2.30.1 | |
# Usage: python migrate.py | |
# Follow the interactive prompts. | |
import sys | |
import subprocess | |
def remove_shared_database_after_confirmation(app_name): |