opengovfoundation / madison

Madison is a platform for lawmakers to share legislation with their citizens, allowing the community to add comments and suggest improvements.
GNU General Public License v3.0
684 stars 108 forks source link

Capistrano tasks for db migrate and restore from file (#1052) #1054

Closed sethetter closed 8 years ago

sethetter commented 8 years ago

cap stagename db:migrate -- Confirms first cap stagename db:restore file=/path/to/file.sql -- Confirms first

Closes #1052

Dependent on #1053 merge first.

doshitan commented 8 years ago

:+1: