X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/44b817a6d59e9ad120c0fb73686b942581b4af82..b2a8df0bd73f1031dcf4684e084897a28b117345:/app/models/relation.rb diff --git a/app/models/relation.rb b/app/models/relation.rb index 545336793..275cafec2 100644 --- a/app/models/relation.rb +++ b/app/models/relation.rb @@ -1,3 +1,22 @@ +# == Schema Information +# +# Table name: current_relations +# +# id :integer not null, primary key +# changeset_id :integer not null +# timestamp :datetime not null +# visible :boolean not null +# version :integer not null +# +# Indexes +# +# current_relations_timestamp_idx (timestamp) +# +# Foreign Keys +# +# current_relations_changeset_id_fkey (changeset_id => changesets.id) +# + class Relation < ActiveRecord::Base require "xml/libxml"