]> git.openstreetmap.org Git - rails.git/commit
Ignore the users.nearby column
authorAndy Allan <git@gravitystorm.co.uk>
Wed, 13 Nov 2019 13:19:32 +0000 (14:19 +0100)
committerAndy Allan <git@gravitystorm.co.uk>
Wed, 13 Nov 2019 13:19:32 +0000 (14:19 +0100)
commitdd294f89b80686fb0bd5eed6ff89cf87254440b1
tree5876cbbed79f70eb9352ef367ce729b26c9551af
parent80238df3cad5817bfea58cfe887faa415f911ae5
Ignore the users.nearby column

This is the first step of removing the column, see #2417. It needs to be
deployed before a migration to remove it, since the columns are
cached in ActiveRecord and things break if objects exist in memory
that expect the column to be there.
app/models/user.rb