femslash-city/migrations/131_add_site_file_path_to_reports.rb

5 lines
90 B
Ruby
Raw Normal View History

Sequel.migration do
change do
add_column :reports, :site_file_path, String
end
end