forked from wallabag/wallabag
Improve install command & add test
Also add fixtures for Config InstallCommand now check if database, schema are here and ask the user what to do (keep or trash & re-create)
This commit is contained in:
@ -49,6 +49,6 @@ class LoadEntryData extends AbstractFixture implements OrderedFixtureInterface
|
||||
*/
|
||||
public function getOrder()
|
||||
{
|
||||
return 20;
|
||||
return 30;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user