Also requires the casulsulvania
and casulsulvania-infra
repos.
brew bundle
Run database: See the casulsulvania-infra
project.
Run migrations:
./bin/migrate up
Create migration:
./bin/migrate create new_migration_name sql
See casulsulvania-infra
for instructions on generating a .dump
file from the remote database. Copy that file into this repository. Then, while the local database is running:
./bin/pgrestore.sh