doku
All checks were successful
Deploy / deploy-staging (push) Successful in 32s
Deploy / deploy-production (push) Has been skipped

This commit is contained in:
2026-08-21 01:04:21 +02:00
parent 70c86bd8ce
commit 95100d3a78
9 changed files with 66 additions and 37 deletions

View File

@@ -224,6 +224,7 @@ CREATE TABLE IF NOT EXISTS miningcheck_purchased_miners (
reference_price_currency VARCHAR(10) NULL,
settled_value_amount DECIMAL(20,8) NULL,
settled_value_currency VARCHAR(10) NULL,
settled_fx_fetch_id BIGINT UNSIGNED NULL,
daily_cost_amount DECIMAL(20,10) NULL,
daily_cost_currency VARCHAR(10) NULL,
auto_renew TINYINT(1) NOT NULL DEFAULT 0,

View File

@@ -241,6 +241,7 @@ CREATE TABLE IF NOT EXISTS miningcheck_purchased_miners (
reference_price_currency VARCHAR(10),
settled_value_amount NUMERIC(20,8),
settled_value_currency VARCHAR(10),
settled_fx_fetch_id BIGINT,
daily_cost_amount NUMERIC(20,10),
daily_cost_currency VARCHAR(10),
auto_renew BOOLEAN NOT NULL DEFAULT FALSE,

View File

@@ -224,6 +224,7 @@ CREATE TABLE IF NOT EXISTS miningcheck_purchased_miners (
reference_price_currency VARCHAR(10) NULL,
settled_value_amount DECIMAL(20,8) NULL,
settled_value_currency VARCHAR(10) NULL,
settled_fx_fetch_id BIGINT UNSIGNED NULL,
daily_cost_amount DECIMAL(20,10) NULL,
daily_cost_currency VARCHAR(10) NULL,
auto_renew TINYINT(1) NOT NULL DEFAULT 0,