Got /users to work

This commit is contained in:
2025-05-08 10:00:36 +02:00
parent 858cb429d1
commit 7f6a1f2977
4 changed files with 11 additions and 8 deletions

View File

@@ -28,3 +28,5 @@ create table tasks
reward integer not null,
assigned integer
);
insert into users (name) values ('Seeseemelk'), ('Huffle');