5 lines
90 B
Ruby
5 lines
90 B
Ruby
|
|
Sequel.migration do
|
||
|
|
change do
|
||
|
|
add_column :reports, :site_file_path, String
|
||
|
|
end
|
||
|
|
end
|