Skip to content

Commit

Permalink
Drop database create
Browse files Browse the repository at this point in the history
  • Loading branch information
mattstauffer committed Jul 21, 2016
1 parent ed29229 commit da35b56
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lambo
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,6 @@ sed -i '' "/DB_DATABASE/s/homestead/$PROJECTNAME/" .env
sed -i '' '/DB_USERNAME/s/homestead/root/' .env
sed -i '' '/DB_PASSWORD/s/secret//' .env

mysql -u root -e "CREATE TABLE IF NOT EXISTS $PROJECTNAME"

open "http://$PROJECTNAME.dev"
echo "
Expand Down

0 comments on commit da35b56

Please sign in to comment.