rubyforgood / shelter-assist

Software to help foster-based animal rescues keep track of their animals and people.
14 stars 13 forks source link

use postgres #5

Closed webbkyr closed 3 years ago

webbkyr commented 3 years ago

After merging/pulling: bundle rails db:setup

If you see some error about user "postgres" doesn't exist OR user "YOUR_USER" doesn't exist, run createdb postgres or createdb YOUR_USER.

psql -c shelter_assist_development then \d to inspect the tables locally.