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

5 lines
115 B
Ruby

class AddTextToUpdates < ActiveRecord::Migration[8.1]
def change
add_column :updates, :body, :text
end
end