Added operation to pricelist #2380

This commit is contained in:
Priit Tark 2015-06-09 15:39:12 +03:00
parent ee150e73ec
commit 44157ea805
8 changed files with 64 additions and 52 deletions

View file

@ -0,0 +1,6 @@
class UpdatePricelistChema < ActiveRecord::Migration
def change
add_column :pricelists, :operation_category, :string
rename_column :pricelists, :name, :desc
end
end