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