update
Some checks are pending
ci/woodpecker/push/build Pipeline is pending

This commit is contained in:
JMARyA 2025-06-07 21:30:01 +02:00
parent 16353c7683
commit 581361dde6
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
6 changed files with 71 additions and 49 deletions

View file

@ -27,6 +27,6 @@ CREATE TABLE transactions (
"location" TEXT,
note TEXT,
destination TEXT,
consumed_price NUMERIC(2),
consumed_price DOUBLE PRECISION,
consumed_timestamp timestamptz
);