Browse Source

Change reverted

pull/493/head
Sebastian 6 years ago
parent
commit
f953896395
  1. 3
      backend/tools/Migrate_01/OldEvents/ContentUpdateProposed.cs

3
backend/tools/Migrate_01/OldEvents/ContentUpdateProposed.cs

@ -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());
}
}
}

Loading…
Cancel
Save