mirror of
https://github.com/wallabag/wallabag.git
synced 2024-12-14 17:35:17 +01:00
And of course it doesn't work for SQLite
This commit is contained in:
parent
cafb105681
commit
81915ad8df
@ -98,11 +98,20 @@
|
||||
<arg value="doctrine:database:create"/>
|
||||
<arg value="--env=test"/>
|
||||
</exec>
|
||||
<!--
|
||||
Looks like it doesn't work and generate an error:
|
||||
There is no table with name '/home/jeremy/github/wallabag/app/..wallabag_entry' in the schema.
|
||||
|
||||
<exec executable="php">
|
||||
<arg value="${basedir}/bin/console"/>
|
||||
<arg value="doctrine:database:import"/>
|
||||
<arg value="data/sql/sqlite_base.sql"/>
|
||||
<arg value="--env=test"/>
|
||||
</exec> -->
|
||||
<exec executable="php">
|
||||
<arg value="${basedir}/bin/console"/>
|
||||
<arg value="doctrine:schema:create"/>
|
||||
<arg value="--env=test"/>
|
||||
</exec>
|
||||
<exec executable="php">
|
||||
<arg value="${basedir}/bin/console"/>
|
||||
|
Loading…
Reference in New Issue
Block a user