[openstreetmap/openstreetmap-website] Drop creation_ip column (PR #5212)
Tom Hughes
notifications at github.com
Sat Sep 14 18:15:00 UTC 2024
@tomhughes commented on this pull request.
> @@ -50,6 +49,8 @@ class User < ApplicationRecord
require "digest"
include AASM
+ self.ignored_columns += ["creation_ip"]
Well I don't really care about `strong_migrations` but I can't ignore it so I need to shut it up... Doing this project in the officially sanctioned way would have needed something like six PRs :-( My plan was just to make sure this was deployed to the web servers before running the migrations (they always run manually) but I can split it up if you prefer.
--
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/5212#discussion_r1759785555
You are receiving this because you are subscribed to this thread.
Message ID: <openstreetmap/openstreetmap-website/pull/5212/review/2304969734 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20240914/74ac894c/attachment.htm>
More information about the rails-dev
mailing list