* adding migrate script to admin

This commit is contained in:
Seth Call 2014-07-27 12:22:35 -05:00
parent 2716211b18
commit c65b05993b
1 changed files with 2 additions and 0 deletions

2
admin/migrate.sh Executable file
View File

@ -0,0 +1,2 @@
#!/bin/bash
bundle exec jam_db up --connopts=dbname:jam host:localhost user:postgres password:postgres --verbose