Working on adding complete endpoint

This commit is contained in:
2025-05-17 20:05:49 +02:00
parent 720b8333f2
commit ed42ed4ef7
6 changed files with 125 additions and 21 deletions

View File

@@ -20,7 +20,7 @@ create table allowances
user_id integer not null,
name text not null,
target integer not null,
progress integer not null default 0,
balance integer not null default 0,
weight real not null
);