mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-23 01:21:03 +00:00
Quick fix in build.xml
We don't need to purge the database since it was just re-created
This commit is contained in:
parent
3d2b2d62be
commit
da93261a7d
1 changed files with 0 additions and 1 deletions
|
@ -38,7 +38,6 @@
|
|||
<arg value="${basedir}/../app/console"/>
|
||||
<arg value="doctrine:fixtures:load"/>
|
||||
<arg value="--no-interaction"/>
|
||||
<arg value="--purge-with-truncate"/>
|
||||
<arg value="--env=test"/>
|
||||
</exec>
|
||||
</target>
|
||||
|
|
Loading…
Reference in a new issue