6 lines
116 B
Ruby
6 lines
116 B
Ruby
class DropParkStates < ActiveRecord::Migration[8.0]
|
|
def change
|
|
remove_column :parks, :states, :text
|
|
end
|
|
end
|