mirror of
https://github.com/internetee/registry.git
synced 2025-08-02 16:02:03 +02:00
Add versions table/model for prices
This commit is contained in:
parent
e03ae63acf
commit
86ea2319c8
5 changed files with 92 additions and 16 deletions
7
app/models/version/billing/price_version.rb
Normal file
7
app/models/version/billing/price_version.rb
Normal file
|
@ -0,0 +1,7 @@
|
|||
module Billing
|
||||
class PriceVersion < PaperTrail::Version
|
||||
self.table_name = :log_prices
|
||||
self.sequence_name = :log_prices_id_seq
|
||||
end
|
||||
end
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue