uSync Migrations, is SyncMigratorVersion attribute required on SyncPropertyMigrators?
s
It seems to me like the migrators is only used if they have a version specified. Ie. I have at site that used Our.Umbraco.Switcher, but I have to add [SyncMigratorVersion(7,8)] to it,to make uSync use the migrator when converting the original site. I also tried adding the migrator in the list of preferred migrators in the migrationplan, but without luck. Only when I added the attribute, it got picked up.
k
Hi, they should all default to 7 (only) if no attribute is specified
(if they don't it's a bug 😞)
(assuming you inherit from base as I think that's where the version value is set)