Skip to content

Commit 7d44eb8

Browse files
committed
force the drop if the schema already exists
1 parent 8a105c0 commit 7d44eb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/travis/phpcr_odm_doctrine_dbal.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ DIR_NAME=`dirname $0`
44
CONSOLE_DIR=$DIR_NAME"/.."
55

66
# composer install --dev
7-
php $CONSOLE_DIR"/console" doctrine:phpcr:init:dbal
7+
php $CONSOLE_DIR"/console" doctrine:phpcr:init:dbal --drop
88
php $CONSOLE_DIR"/console" doctrine:phpcr:repository:init

0 commit comments

Comments
 (0)