Commit 261de10de3cc80b1663a2d809f321da6b55d5c68
Exists in
master
and in
1 other branch
Merge branch 'master' into issue342
Showing
2 changed files
with
2 additions
and
2 deletions
Show diff stats
Vagrantfile
@@ -15,8 +15,8 @@ apt-get install -y subversion | @@ -15,8 +15,8 @@ apt-get install -y subversion | ||
15 | service apache2 start | 15 | service apache2 start |
16 | service mysql start | 16 | service mysql start |
17 | 17 | ||
18 | -mysql --user=root --password=root -h 127.0.0.1 -e 'drop database participacao' | ||
19 | -mysql --user=root --password=root -h 127.0.0.1 -e 'create database participacao' | 18 | +mysql --user=root --password=root -h 127.0.0.1 -e 'DROP DATABASE IF EXISTS participacao' |
19 | +mysql --user=root --password=root -h 127.0.0.1 -e 'CREATE DATABASE participacao' | ||
20 | 20 | ||
21 | cd /vagrant/db | 21 | cd /vagrant/db |
22 | bunzip2 db.sql.bz2 | 22 | bunzip2 db.sql.bz2 |
db/db.sql.bz2
No preview for this file type