]> git.openstreetmap.org Git - rails.git/blobdiff - app/models/old_way_node.rb
Localisation updates from https://translatewiki.net.
[rails.git] / app / models / old_way_node.rb
index 23ff503edf665ff922e6fe4b874f5484734f488f..836e76e47eb112e2764e6fc4c8876ab30cbdff17 100644 (file)
@@ -1,3 +1,21 @@
+# == Schema Information
+#
+# Table name: way_nodes
+#
+#  way_id      :bigint(8)        not null, primary key
+#  node_id     :bigint(8)        not null
+#  version     :bigint(8)        not null, primary key
+#  sequence_id :bigint(8)        not null, primary key
+#
+# Indexes
+#
+#  way_nodes_node_idx  (node_id)
+#
+# Foreign Keys
+#
+#  way_nodes_id_fkey  (way_id => ways.way_id)
+#
+
 class OldWayNode < ActiveRecord::Base
   self.table_name = "way_nodes"
   self.primary_keys = "way_id", "version", "sequence_id"