al13ntown/db/migrate/20260824084942_add_newshit_to_sitereports.rb

6 lines
129 B
Ruby
Raw Normal View History

2026-08-24 20:12:41 +00:00
class AddNewshitToSitereports < ActiveRecord::Migration[8.1]
def change
add_column :sitereports, :newshit, :text
end
end