mirror of
https://github.com/internetee/registry.git
synced 2025-05-18 10:19:45 +02:00
Merge branch 'story/116954455-directo' into staging
This commit is contained in:
commit
a827142ae1
2 changed files with 15 additions and 5 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