mirror of
https://github.com/internetee/registry.git
synced 2025-07-25 20:18:22 +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
12
db/migrate/20141105150721_create_messages.rb
Normal file
12
db/migrate/20141105150721_create_messages.rb
Normal file
|
@ -0,0 +1,12 @@
|
|||
class CreateMessages < ActiveRecord::Migration
|
||||
def change
|
||||
create_table :messages do |t|
|
||||
t.integer :registrar_id
|
||||
t.string :body
|
||||
t.string :object_type
|
||||
t.string :object
|
||||
|
||||
t.timestamps
|
||||
end
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue