mirror of
https://github.com/internetee/registry.git
synced 2025-08-04 17:01:44 +02:00
Refactor debit and credit registrar to include pricelist id #2741
This commit is contained in:
parent
9fd38f161a
commit
75a6c27221
11 changed files with 80 additions and 123 deletions
|
@ -0,0 +1,5 @@
|
|||
class AddLogPricelistIdToAccountActivity < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :account_activities, :log_pricelist_id, :integer
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue