mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
allow non-unique session request value
This commit is contained in:
parent
48198668fd
commit
81975dd42a
1 changed files with 1 additions and 1 deletions
|
|
@ -82,7 +82,7 @@ class Database
|
|||
(
|
||||
`id` INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL,
|
||||
`time` INTEGER NOT NULL,
|
||||
`request` VARCHAR(1024) UNIQUE
|
||||
`request` VARCHAR(1024)
|
||||
);
|
||||
');
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue