Custom code execution after light weight migration of particular version

Viewed 522

I have 2 object models in Core Data (say v1 and v2). This migration is eligible for light weight migration. Now, I want to execute custom code after the migration but only when the migration is from v1 to v2. Later on if I introduce v3, I don't want the custom code to get executed.

Is there a way to do this?

Thanks in advance, Anupam

6 Answers
Related