Cosmetics
This commit is contained in:
parent
ee5dbcf33e
commit
e569bcb246
21 changed files with 54 additions and 65 deletions
5
db/migrate/20241111034826_add_url_to_reports.rb
Normal file
5
db/migrate/20241111034826_add_url_to_reports.rb
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
class AddUrlToReports < ActiveRecord::Migration[8.0]
|
||||
def change
|
||||
add_column :reports, :url, :string
|
||||
end
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue