mirror of
https://github.com/internetee/registry.git
synced 2025-05-28 16:39:55 +02:00
Add messages and bump epp-xml
This commit is contained in:
parent
be319509ca
commit
ef632e0ce1
11 changed files with 138 additions and 43 deletions
11
db/schema.rb
11
db/schema.rb
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue