About Cacher
Web App
Download
Sign In
Sign Up
menu
Cacher is the code snippet organizer for pro developers
We empower you and your team to get more done, faster
Learn More
moktar
12/15/2019 - 2:41 PM
share
Share
add_circle_outline
Save
How to change your Rails app database from SQLite to PostgreSQL before deploying to Heroku
How to change your Rails app database from SQLite to PostgreSQL before deploying to Heroku
content_copy
file_download
rails db:system:change --to=mysql
clear