[openstreetmap/openstreetmap-website] Move GPS tables to a separate database (PR #7111)

Pablo Brasero notifications at github.com
Tue Jun 2 11:18:04 UTC 2026


@pablobm 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|

Left a question on the renaming at https://gist.github.com/Rub21/fd7987d1d8dc5d6d0809eff90cf6c2eb?permalink_comment_id=6179520#gistcomment-6179520

-- 
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/7111#discussion_r3340754552
You are receiving this because you are subscribed to this thread.

Message ID: <openstreetmap/openstreetmap-website/pull/7111/review/4409147044 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20260602/f2e14921/attachment.htm>


More information about the rails-dev mailing list