mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-10-01 11:49:51 -04:00
Remove autoincrement since we incrementing the ID in the storage layer
This commit is contained in:
parent
745b72660a
commit
037481a033
@ -14,7 +14,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
CREATE TABLE IF NOT EXISTS refresh_tokens(
|
CREATE TABLE IF NOT EXISTS refresh_tokens(
|
||||||
id INTEGER PRIMARY KEY AUTOINCREMENT,
|
id INTEGER PRIMARY KEY,
|
||||||
token TEXT NOT NULL,
|
token TEXT NOT NULL,
|
||||||
user_id TEXT NOT NULL,
|
user_id TEXT NOT NULL,
|
||||||
UNIQUE (token)
|
UNIQUE (token)
|
||||||
|
Loading…
Reference in New Issue
Block a user