Add endpoint to get allowance history (#37)
Closes #12 Reviewed-on: #37
This commit was merged in pull request #37.
This commit is contained in:
@@ -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
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user