Implements full player get
This commit is contained in:
@@ -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);
|
||||
);
|
Reference in New Issue
Block a user