summaryrefslogtreecommitdiff
path: root/db.sh
diff options
context:
space:
mode:
Diffstat (limited to 'db.sh')
-rwxr-xr-xdb.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/db.sh b/db.sh
new file mode 100755
index 0000000..9d86834
--- /dev/null
+++ b/db.sh
@@ -0,0 +1,2 @@
+#!/bin/bash
+bundle exec rake db:drop && bundle exec rake db:migrate && bundle exec rake db:seed