mirror of
https://github.com/internetee/registry.git
synced 2025-08-04 08:52:04 +02:00
Add versioning to billing
This commit is contained in:
parent
7c846c4550
commit
f514e50628
16 changed files with 258 additions and 13 deletions
4
app/models/version/account_version.rb
Normal file
4
app/models/version/account_version.rb
Normal file
|
@ -0,0 +1,4 @@
|
|||
class AccountVersion < PaperTrail::Version
|
||||
self.table_name = :log_accounts
|
||||
self.sequence_name = :log_accounts_id_seq
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue