Remove PriceVersion

#475
This commit is contained in:
Artur Beljajev 2017-06-04 21:39:45 +03:00
parent 13d6799780
commit 5425a9ed7f
6 changed files with 7 additions and 103 deletions

View file

@ -0,0 +1,5 @@
class RemoveLogPricelists < ActiveRecord::Migration
def change
drop_table :log_pricelists
end
end