<p></p>
<p><b>@AntonKhorev</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/openstreetmap/openstreetmap-website/pull/5212#discussion_r1759734134">app/models/user.rb</a>:</p>
<pre style='color:#555'>> @@ -50,6 +49,8 @@ class User < ApplicationRecord
   require "digest"
   include AASM
 
+  self.ignored_columns += ["creation_ip"]
</pre>
<p dir="auto">What <code class="notranslate">strong_migrations</code> wants you to do is</p>
<ol dir="auto">
<li>stop using the column and start ignoring it like in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="522220225" data-permission-text="Title is private" data-url="https://github.com/openstreetmap/openstreetmap-website/issues/2432" data-hovercard-type="pull_request" data-hovercard-url="/openstreetmap/openstreetmap-website/pull/2432/hovercard" href="https://github.com/openstreetmap/openstreetmap-website/pull/2432">#2432</a></li>
<li>remove the column like in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="525827012" data-permission-text="Title is private" data-url="https://github.com/openstreetmap/openstreetmap-website/issues/2439" data-hovercard-type="pull_request" data-hovercard-url="/openstreetmap/openstreetmap-website/pull/2439/hovercard" href="https://github.com/openstreetmap/openstreetmap-website/pull/2439">#2439</a></li>
<li>stop ignoring the column like in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="536504889" data-permission-text="Title is private" data-url="https://github.com/openstreetmap/openstreetmap-website/issues/2461" data-hovercard-type="pull_request" data-hovercard-url="/openstreetmap/openstreetmap-website/pull/2461/hovercard" href="https://github.com/openstreetmap/openstreetmap-website/pull/2461">#2461</a> because it doesn't exist</li>
</ol>
<p dir="auto">Here instead you removing the column and then you start ignoring it. What is ignoring supposed to achieve if the column already doesn't exist?</p>
<p dir="auto">(And if you don't care about <code class="notranslate">strong_migrations</code> you also wouldn't ignore the column.)</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />Reply to this email directly, <a href="https://github.com/openstreetmap/openstreetmap-website/pull/5212#pullrequestreview-2304442764">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AAK2OLOGTFCDLF4BCKHRYI3ZWQYR5AVCNFSM6AAAAABOFZJT7CVHI2DSMVQWIX3LMV43YUDVNRWFEZLROVSXG5CSMV3GSZLXHMZDGMBUGQ2DENZWGQ">unsubscribe</a>.<br />You are receiving this because you are subscribed to this thread.<img src="https://github.com/notifications/beacon/AAK2OLOSZ5JIHKYTTK3NZXTZWQYR5A5CNFSM6AAAAABOFZJT7CWGG33NNVSW45C7OR4XAZNRKB2WY3CSMVYXKZLTORJGK5TJMV32UY3PNVWWK3TUL5UWJTUJLMAYY.gif" height="1" width="1" alt="" /><span style="color: transparent; font-size: 0; display: none; visibility: hidden; overflow: hidden; opacity: 0; width: 0; height: 0; max-width: 0; max-height: 0; mso-hide: all">Message ID: <span><openstreetmap/openstreetmap-website/pull/5212/review/2304442764</span><span>@</span><span>github</span><span>.</span><span>com></span></span></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/openstreetmap/openstreetmap-website/pull/5212#pullrequestreview-2304442764",
"url": "https://github.com/openstreetmap/openstreetmap-website/pull/5212#pullrequestreview-2304442764",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>