summaryrefslogtreecommitdiff
path: root/db/migrate/20250901112954_rename_crops_to_nutrient_profiles.rb
blob: 42732045b2d9cbc384149e03b3d8bbde868f595a (plain)
1
2
3
4
5
6
class RenameCropsToNutrientProfiles < ActiveRecord::Migration[8.0]
  def change
    rename_table :crops, :nutrient_profiles
    remove_column :nutrient_profiles, :crop_type
  end
end
Copyright 2019--2026 Marius PETER