Skip to content

fix: old spa migrate script doesn't consider all spas that should be migrated

Lukáš Březina requested to merge fix/spa-migrate-bug into main

When reviewing https://support.panter.ch/#ticket/zoom/4845 I've noticed that there were some spas that were supposed to be migrated, but the script didn't take them. There was a bug - we were using select instead of pluck which was intended IMHO.

Merge request reports