#uSync Migrations, is SyncMigratorVersion attribute required on SyncPropertyMigrators?

1 messages · Page 1 of 1 (latest)

ember shore
#

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.

rain leaf
#

Hi, they should all default to 7 (only) if no attribute is specified

#

(if they don't it's a bug 😞)