6 lines
135 B
6 lines
135 B
2 years ago
|
class RemoveEthnicOther < ActiveRecord::Migration[7.0]
|
||
|
def change
|
||
|
remove_column :lettings_logs, :ethnic_other, :string
|
||
|
end
|
||
|
end
|