femslash-city/migrations/131_add_site_file_path_to_reports.rb
Agnes 596fd85f2f
Some checks failed
CI / test (push) Has been cancelled
accidentally leaked secrets so had to nuke shit fuck
2026-08-19 17:29:54 -04:00

5 lines
No EOL
90 B
Ruby

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