-
I updated my data migration using async methods from SchemaBuilder and ContentDefinitionManager. For some reason, it has never got executed in a fresh install. Can anyone tell me what I have missed? Thank you.
This is the original data migration that works:
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
By the way, I'm running Orchard Core 1.8.1 |
Beta Was this translation helpful? Give feedback.
-
You need to prefix the migration methods with
|
Beta Was this translation helpful? Give feedback.
-
It works like a charm. Many thanks. |
Beta Was this translation helpful? Give feedback.
You need to prefix the migration methods with
Async
CreateAsync()
,UpdateFrom1Async()