al13ntown/db/migrate/20260824083117_drop_sitereports.rb
2026-08-24 20:12:41 +00:00

5 lines
102 B
Ruby

class DropSitereports < ActiveRecord::Migration[8.1]
def change
drop_table :sitereports
end
end