Initial work towards get allowance endpoint

This commit is contained in:
2025-05-13 19:37:50 +02:00
parent 92d0514c04
commit eb3a4e3d34
6 changed files with 91 additions and 36 deletions

View File

@@ -8,7 +8,7 @@ create table history
(
id integer primary key,
user_id integer not null,
date date not null,
timestamp date not null,
amount integer not null
);