<p>In <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="264422279" data-permission-text="Issue title is private" data-url="https://github.com/ctran/annotate_models/issues/515" data-hovercard-type="pull_request" data-hovercard-url="/ctran/annotate_models/pull/515/hovercard" href="https://github.com/ctran/annotate_models/pull/515">ctran/annotate_models#515</a> the annotation gem started to distinguish <code>bigint</code> columns from <code>integer</code> columns. This PR updates the relevant annotations.</p>

<hr>

<h4>You can view, comment on, or merge this pull request online at:</h4>
<p>  <a href='https://github.com/openstreetmap/openstreetmap-website/pull/2236'>https://github.com/openstreetmap/openstreetmap-website/pull/2236</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>Update annotations to correctly show bigint types</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/2236/files#diff-0">app/models/acl.rb</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/2236/files#diff-1">app/models/changeset.rb</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/2236/files#diff-2">app/models/changeset_comment.rb</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/2236/files#diff-3">app/models/changeset_tag.rb</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/2236/files#diff-4">app/models/diary_comment.rb</a>
    (6)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/2236/files#diff-5">app/models/diary_entry.rb</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/2236/files#diff-6">app/models/diary_entry_subscription.rb</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/2236/files#diff-7">app/models/friend.rb</a>
    (6)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/2236/files#diff-8">app/models/message.rb</a>
    (6)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/2236/files#diff-9">app/models/node.rb</a>
    (8)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/2236/files#diff-10">app/models/node_tag.rb</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/2236/files#diff-11">app/models/note.rb</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/2236/files#diff-12">app/models/note_comment.rb</a>
    (6)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/2236/files#diff-13">app/models/old_node.rb</a>
    (8)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/2236/files#diff-14">app/models/old_node_tag.rb</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/2236/files#diff-15">app/models/old_relation.rb</a>
    (6)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/2236/files#diff-16">app/models/old_relation_member.rb</a>
    (6)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/2236/files#diff-17">app/models/old_relation_tag.rb</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/2236/files#diff-18">app/models/old_way.rb</a>
    (6)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/2236/files#diff-19">app/models/old_way_node.rb</a>
    (8)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/2236/files#diff-20">app/models/old_way_tag.rb</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/2236/files#diff-21">app/models/redaction.rb</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/2236/files#diff-22">app/models/relation.rb</a>
    (6)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/2236/files#diff-23">app/models/relation_member.rb</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/2236/files#diff-24">app/models/relation_tag.rb</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/2236/files#diff-25">app/models/trace.rb</a>
    (6)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/2236/files#diff-26">app/models/tracepoint.rb</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/2236/files#diff-27">app/models/tracetag.rb</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/2236/files#diff-28">app/models/user.rb</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/2236/files#diff-29">app/models/user_block.rb</a>
    (6)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/2236/files#diff-30">app/models/user_preference.rb</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/2236/files#diff-31">app/models/user_role.rb</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/2236/files#diff-32">app/models/user_token.rb</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/2236/files#diff-33">app/models/way.rb</a>
    (6)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/2236/files#diff-34">app/models/way_node.rb</a>
    (6)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/2236/files#diff-35">app/models/way_tag.rb</a>
    (2)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/openstreetmap/openstreetmap-website/pull/2236.patch'>https://github.com/openstreetmap/openstreetmap-website/pull/2236.patch</a></li>
  <li><a href='https://github.com/openstreetmap/openstreetmap-website/pull/2236.diff'>https://github.com/openstreetmap/openstreetmap-website/pull/2236.diff</a></li>
</ul>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/openstreetmap/openstreetmap-website/pull/2236?email_source=notifications&email_token=AAK2OLP3QFEYSWZOISIVKX3PXZHJDA5CNFSM4HQLB5MKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4GWOBHDA">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AAK2OLP66PT64K5MC25IPU3PXZHJDANCNFSM4HQLB5MA">mute the thread</a>.<img src="https://github.com/notifications/beacon/AAK2OLLJYEH33UPDNQJJQIDPXZHJDA5CNFSM4HQLB5MKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4GWOBHDA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/openstreetmap/openstreetmap-website/pull/2236?email_source=notifications\u0026email_token=AAK2OLP3QFEYSWZOISIVKX3PXZHJDA5CNFSM4HQLB5MKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4GWOBHDA",
"url": "https://github.com/openstreetmap/openstreetmap-website/pull/2236?email_source=notifications\u0026email_token=AAK2OLP3QFEYSWZOISIVKX3PXZHJDA5CNFSM4HQLB5MKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4GWOBHDA",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>