mirror of
https://github.com/internetee/registry.git
synced 2025-07-25 12:08:27 +02:00
7 lines
150 B
Ruby
7 lines
150 B
Ruby
module Billing
|
|
class PriceVersion < PaperTrail::Version
|
|
self.table_name = :log_prices
|
|
self.sequence_name = :log_prices_id_seq
|
|
end
|
|
end
|
|
|