mirror of
https://github.com/internetee/registry.git
synced 2025-08-04 17:01:44 +02:00
Added operation to pricelist #2380
This commit is contained in:
parent
ee150e73ec
commit
44157ea805
8 changed files with 64 additions and 52 deletions
6
db/migrate/20150609103333_update_pricelist_chema.rb
Normal file
6
db/migrate/20150609103333_update_pricelist_chema.rb
Normal file
|
@ -0,0 +1,6 @@
|
|||
class UpdatePricelistChema < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :pricelists, :operation_category, :string
|
||||
rename_column :pricelists, :name, :desc
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue