mirror of
https://github.com/element-hq/synapse.git
synced 2026-04-25 21:52:25 +00:00
Remove autoincrement since we incrementing the ID in the storage layer
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
*/
|
||||
|
||||
CREATE TABLE IF NOT EXISTS refresh_tokens(
|
||||
id INTEGER PRIMARY KEY AUTOINCREMENT,
|
||||
id INTEGER PRIMARY KEY,
|
||||
token TEXT NOT NULL,
|
||||
user_id TEXT NOT NULL,
|
||||
UNIQUE (token)
|
||||
|
||||
Reference in New Issue
Block a user