Soc/db/migrate/20240305160037_remove_learn...

7 lines
133 B
Ruby

class RemoveLearningGoals < ActiveRecord::Migration[7.1]
def change
drop_table :todos
drop_table :learning_goals
end
end