5 lines
124 B
Ruby
5 lines
124 B
Ruby
class AddText2ToSitereports < ActiveRecord::Migration[8.1]
|
|
def change
|
|
add_column :sitereports, :text, :text
|
|
end
|
|
end
|