Rename from BalanceValue to BalanceUnits for AccountProfile

This commit is contained in:
TeoV
2021-01-06 16:25:41 +02:00
committed by Dan Christian Bogos
parent 6980a3f322
commit 1ff5adfa9d
21 changed files with 97 additions and 66 deletions

View File

@@ -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
);