mirror of
https://github.com/wallabag/wallabag.git
synced 2025-02-02 17:06:51 +01:00
131ef532c7
Doctrine 3.5 reruns skipped migrations when invoking doctrine:migrations:migrate. This causes this migration to rerun and it errors since craue_config_setting table gets renamed in Version20190808124957.php to internal_setting table. Fixes #6660