Soc/db/migrate/20231229143648_drop_foods.rb

6 lines
92 B
Ruby
Raw Normal View History

2023-12-29 14:37:38 +00:00
class DropFoods < ActiveRecord::Migration[7.1]
def change
drop_table :foods
end
end