]> git.openstreetmap.org Git - rails.git/commitdiff
Update model annotations
authorTom Hughes <tom@compton.nu>
Fri, 21 Feb 2025 23:08:45 +0000 (23:08 +0000)
committerTom Hughes <tom@compton.nu>
Fri, 28 Feb 2025 17:22:55 +0000 (17:22 +0000)
app/models/old_node_tag.rb
app/models/old_relation_member.rb
app/models/old_relation_tag.rb
app/models/old_way_node.rb
app/models/old_way_tag.rb

index 503ecf27adaee5820f6b53bb003e3272531b3e20..ee2d78c57dedfc4cc2f7280824aa94b279b82b5b 100644 (file)
@@ -9,7 +9,7 @@
 #
 # Foreign Keys
 #
 #
 # Foreign Keys
 #
-#  node_tags_id_fkey  (["node_id", "version"] => nodes.["node_id", "version"])
+#  node_tags_id_fkey  ([node_id, version] => nodes[node_id, version])
 #
 
 class OldNodeTag < ApplicationRecord
 #
 
 class OldNodeTag < ApplicationRecord
index 6d5aaf5c9653861db673981fd73b5eb5fcba12c6..f4bdab321628e657b4374c4496c7683f61fa0a82 100644 (file)
@@ -15,7 +15,7 @@
 #
 # Foreign Keys
 #
 #
 # Foreign Keys
 #
-#  relation_members_id_fkey  (["relation_id", "version"] => relations.["relation_id", "version"])
+#  relation_members_id_fkey  ([relation_id, version] => relations[relation_id, version])
 #
 
 class OldRelationMember < ApplicationRecord
 #
 
 class OldRelationMember < ApplicationRecord
index 39566aeb97b2c321636f30b19eb8a850bc36bcc8..d2070a6834d61553f9c52405d5486b45b84ba49d 100644 (file)
@@ -9,7 +9,7 @@
 #
 # Foreign Keys
 #
 #
 # Foreign Keys
 #
-#  relation_tags_id_fkey  (["relation_id", "version"] => relations.["relation_id", "version"])
+#  relation_tags_id_fkey  ([relation_id, version] => relations[relation_id, version])
 #
 
 class OldRelationTag < ApplicationRecord
 #
 
 class OldRelationTag < ApplicationRecord
index b2a16c16b39af7cefe8646e0c17bde05953641b3..810acc066d44bf043fa91e773ee8402099963700 100644 (file)
@@ -13,7 +13,7 @@
 #
 # Foreign Keys
 #
 #
 # Foreign Keys
 #
-#  way_nodes_id_fkey  (["way_id", "version"] => ways.["way_id", "version"])
+#  way_nodes_id_fkey  ([way_id, version] => ways[way_id, version])
 #
 
 class OldWayNode < ApplicationRecord
 #
 
 class OldWayNode < ApplicationRecord
index 82ce132ec8bf8051399bc246f6752f5a532c9811..7b881bb24f3887b08d849e47a4347ac3814d010b 100644 (file)
@@ -9,7 +9,7 @@
 #
 # Foreign Keys
 #
 #
 # Foreign Keys
 #
-#  way_tags_id_fkey  (["way_id", "version"] => ways.["way_id", "version"])
+#  way_tags_id_fkey  ([way_id, version] => ways[way_id, version])
 #
 
 class OldWayTag < ApplicationRecord
 #
 
 class OldWayTag < ApplicationRecord