]> git.immae.eu Git - github/wallabag/wallabag.git/commit
Fix migration with prefix table name
authorJeremy Benoist <jeremy.benoist@gmail.com>
Tue, 18 Jun 2019 19:57:36 +0000 (21:57 +0200)
committerJeremy Benoist <jeremy.benoist@gmail.com>
Tue, 18 Jun 2019 20:10:46 +0000 (22:10 +0200)
commit22807de7c556d57f1f4dd13e1ba80e76bc508b97
treec0a332b41bffafc3ac96a9f547e6e04a5d10124b
parent3ed30d3415842de43bed332e2228d5b2157472cc
Fix migration with prefix table name

Looks like we missed one `wallabag_user` in migration.
It can work for most people but if someone use a different prefix, it'll break.
app/DoctrineMigrations/Version20190510141130.php