mirror of
https://github.com/internetee/registry.git
synced 2025-05-18 18:29:40 +02:00
6 lines
177 B
Ruby
6 lines
177 B
Ruby
class UpdatePricelistChema < ActiveRecord::Migration
|
|
def change
|
|
add_column :pricelists, :operation_category, :string
|
|
rename_column :pricelists, :name, :desc
|
|
end
|
|
end
|