Skip to content
Snippets Groups Projects
Commit 037481a0 authored by Mark Haines's avatar Mark Haines
Browse files

Remove autoincrement since we incrementing the ID in the storage layer

parent 745b7266
Branches
Tags
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment