Initial work towards get allowance endpoint

This commit is contained in:
2025-05-13 19:37:50 +02:00
parent 34d9f74a86
commit 9c4fc3c7c4
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
);