# 1.x ➡ 2.x

If you've been running NRP in a prior version to 2.0.0 you probably already have Events which will not look complete when running the new version. This due to us adding priority on Events in current version.

<div align="left"><img src="https://3696138066-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LXOk15r7i4Y0WVErqs5%2F-M1Qd6dFBL5sYeJe5_EW%2F-M1QeXIQpng6PuXOqtLQ%2FScreenshot%202020-03-02%20at%2015.32.56.png?alt=media&#x26;token=aa871c9d-6167-451d-b56b-198a01b8355e" alt="A event card without priority info in XML"></div>

<div align="left"><img src="https://3696138066-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LXOk15r7i4Y0WVErqs5%2F-M1Qd6dFBL5sYeJe5_EW%2F-M1QeiAcgQqZ1v_ZTtQ-%2FScreenshot%202020-03-02%20at%2015.33.39.png?alt=media&#x26;token=9a0e2d7b-fcac-4a5d-b1e9-5b9dcb33295e" alt="Same event now with complete priority info"></div>

In order to make these look okay a migration of content is needed.

in the XML you'll need to add the tag \<urgency>\</urgency> with a value depending on which priority you want the item to have.

```markup
[...]
<contentMeta>
    <contentCreated>2020-01-29T14:09:25.539Z</contentCreated>
    <contentModified>2020-03-02T14:33:32.580Z</contentModified>
    <description role="nrpdesc:extern">l</description>
    <contentMetaExtProperty type="nrp:sector" literal="Domestic" value="domestic"/>
    <links xmlns="http://www.infomaker.se/newsml/1.0"/>
    <urgency>2</urgency>
</contentMeta>
[...]
```

You'll also have to load OC with the new config for NRP. This will add the extractors, properties and index fields needed for the priority on Events.
