mirror of
https://github.com/internetee/registry.git
synced 2025-08-03 08:22:05 +02:00
5 lines
113 B
Ruby
5 lines
113 B
Ruby
class RemovePriceDesc < ActiveRecord::Migration
|
|
def change
|
|
remove_column :prices, :desc, :string
|
|
end
|
|
end
|