summaryrefslogtreecommitdiff
path: root/db.sh
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2014-06-30 10:57:54 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2014-06-30 10:57:54 -0400
commit8f8345dd63c60ec0684176f00e07d66e160cf857 (patch)
tree5012aecc981782ada238d55ea7e7d531799c119b /db.sh
parent0453b075c73817f7c05de14894ec78f3d6356c81 (diff)
Clean up executables
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