Add messages and bump epp-xml

This commit is contained in:
Martin Lensment 2014-11-06 10:31:38 +02:00
parent be319509ca
commit ef632e0ce1
11 changed files with 138 additions and 43 deletions

View file

@ -11,7 +11,7 @@
#
# It's strongly recommended that you check this file into your version control system.
ActiveRecord::Schema.define(version: 20141015135742) do
ActiveRecord::Schema.define(version: 20141105150721) do
# These are extensions that must be enabled in order to support this database
enable_extension "plpgsql"
@ -199,6 +199,15 @@ ActiveRecord::Schema.define(version: 20141015135742) do
t.datetime "updated_at"
end
create_table "messages", force: true do |t|
t.integer "registrar_id"
t.string "body"
t.string "object_type"
t.string "object"
t.datetime "created_at"
t.datetime "updated_at"
end
create_table "nameserver_versions", force: true do |t|
t.string "item_type", null: false
t.integer "item_id", null: false