Remove PricelistVersion

#475
This commit is contained in:
Artur Beljajev 2017-04-23 18:01:24 +03:00
parent 2ff05c4b00
commit b254a7396a
4 changed files with 8 additions and 69 deletions

View file

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