parent
5e38ef87a7
commit
a20354a20b
8 changed files with 52 additions and 6 deletions
5
db/migrate/20190317135723_add_uri_to_reports.rb
Normal file
5
db/migrate/20190317135723_add_uri_to_reports.rb
Normal file
|
@ -0,0 +1,5 @@
|
|||
class AddUriToReports < ActiveRecord::Migration[5.2]
|
||||
def change
|
||||
add_column :reports, :uri, :string
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue