mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-21 07:08:45 +05:00
Rename from BalanceValue to BalanceUnits for AccountProfile
This commit is contained in:
committed by
Dan Christian Bogos
parent
6980a3f322
commit
1ff5adfa9d
@@ -540,7 +540,7 @@ CREATE TABLE tp_account_profiles (
|
||||
"balance_cost_increments" varchar(64) NOT NULL,
|
||||
"balance_cost_attributes" varchar(64) NOT NULL,
|
||||
"balance_unit_factors" varchar(64) NOT NULL,
|
||||
"balance_value" decimal(16,4) NOT NULL,
|
||||
"balance_units" decimal(16,4) NOT NULL,
|
||||
"threshold_ids" varchar(64) NOT NULL,
|
||||
"created_at" TIMESTAMP WITH TIME ZONE
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user