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

@ -1,4 +0,0 @@
class PricelistVersion < PaperTrail::Version
self.table_name = :log_pricelists
self.sequence_name = :log_pricelists_id_seq
end