|
|
|
@ -8,7 +8,6 @@ |
|
|
|
using System; |
|
|
|
using Squidex.Domain.Apps.Core.Contents; |
|
|
|
using Squidex.Domain.Apps.Events; |
|
|
|
using Squidex.Domain.Apps.Events.Contents; |
|
|
|
using Squidex.Infrastructure.EventSourcing; |
|
|
|
using Squidex.Infrastructure.Migrations; |
|
|
|
using Squidex.Infrastructure.Reflection; |
|
|
|
@ -23,7 +22,7 @@ namespace Migrate_01.OldEvents |
|
|
|
|
|
|
|
public IEvent Migrate() |
|
|
|
{ |
|
|
|
return SimpleMapper.Map(this, new ContentUpdated()); |
|
|
|
return SimpleMapper.Map(this, new NoopConventEvent()); |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|