f61b1bc96c
* We were running into issues getting migrate to work
3 lines
60 B
Bash
Executable File
3 lines
60 B
Bash
Executable File
#!/bin/bash
|
|
pg_dump -O -s vulcanize > migrations/schema.sql
|