]> git.openstreetmap.org Git - rails.git/blobdiff - app/models/old_relation_tag.rb
Add annotate gem and associated rake task. Annotate models.
[rails.git] / app / models / old_relation_tag.rb
index ad3b72734aed707bfebc87c4c26562690fa5f9c6..052b60853e9ec0f630d9b8ccd5aef59b81c89575 100644 (file)
@@ -1,3 +1,17 @@
+# == Schema Information
+#
+# Table name: relation_tags
+#
+#  relation_id :integer          default(0), not null, primary key
+#  k           :string           default(""), not null, primary key
+#  v           :string           default(""), not null
+#  version     :integer          not null, primary key
+#
+# Foreign Keys
+#
+#  relation_tags_id_fkey  (relation_id => relations.relation_id)
+#
+
 class OldRelationTag < ActiveRecord::Base
   self.table_name = "relation_tags"
   self.primary_keys = "relation_id", "version", "k"