-class OldWayNode < ActiveRecord::Base
- set_table_name 'way_nodes'
- set_primary_keys :way_id, :version, :sequence_id
+# == Schema Information
+#
+# Table name: way_nodes
+#
+# way_id :bigint not null, primary key
+# node_id :bigint not null
+# version :bigint not null, primary key
+# sequence_id :bigint not null, primary key
+#
+# Indexes
+#
+# way_nodes_node_idx (node_id)
+#
+# Foreign Keys
+#
+# way_nodes_id_fkey ([way_id, version] => ways[way_id, version])
+#