Files
fizzy/db/migrate/20240826201811_align_models.rb
T
2024-08-26 15:25:06 -05:00

6 lines
115 B
Ruby

class AlignModels < ActiveRecord::Migration[8.0]
def change
rename_column :boosts, :content, :body
end
end