Implements full player get

This commit is contained in:
2024-10-28 00:05:30 +01:00
parent 7903bb7830
commit c8d5540b0d
7 changed files with 178 additions and 5 deletions

View File

@@ -23,5 +23,4 @@ create table note (
content text,
timestamp string,
player integer references player(id)
);
create unique index idx_note_content on note(timestamp, player);
);