@Rub21 commented on this pull request.
> @@ -0,0 +1,47 @@
+# frozen_string_literal: true
+
+class CreateGpsTables < ActiveRecord::Migration[8.1]
+ def change
+ create_enum :gpx_visibility_enum, %w[private public trackable identifiable]
+
+ create_table :gpx_files, :id => :bigint do |t|
I agree. The new gps DB will come from a promoted replica, so renaming directly
in the database looks like a good option
I listed what needs to be renamed:
https://gist.github.com/Rub21/fd7987d1d8dc5d6d0809eff90cf6c2eb
But this is more a question for Tom. on my side, I can go through the list more
carefully and test which ones actually need renaming.
--
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/7111#discussion_r3326240089
You are receiving this because you are subscribed to this thread.
Message ID:
<openstreetmap/openstreetmap-website/pull/7111/review/[email protected]>
_______________________________________________
rails-dev mailing list
[email protected]
https://lists.openstreetmap.org/listinfo/rails-dev