Skip to content

Fix banks migrations only applying vendorId renaming in Access and not in Account (fix #1167)

Nicolas Frandeboeuf requested to merge fixAccountsVendorIdMigrations into main

The vendorId fields were renamed in the Access table but not in the Account table (which redefines them).

Merge request reports