mirror of
https://github.com/internetee/registry.git
synced 2025-07-20 17:55:55 +02:00
story#116954455 - save Directo request
This commit is contained in:
parent
375e649009
commit
56f9cb325d
2 changed files with 6 additions and 1 deletions
5
db/migrate/20160405131315_add_request_to_directo.rb
Normal file
5
db/migrate/20160405131315_add_request_to_directo.rb
Normal file
|
@ -0,0 +1,5 @@
|
|||
class AddRequestToDirecto < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :directos, :request, :text
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue