Skip to content

Commit

Permalink
fix clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamin-747 committed Oct 24, 2024
1 parent 31af289 commit 340aabb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sql/sqlite/sqlite_20241023_init.sql
Original file line number Diff line number Diff line change
Expand Up @@ -299,4 +299,4 @@ CREATE TABLE IF NOT EXISTS "access_token" (
"created_at" TIMESTAMP NOT NULL
);
CREATE INDEX "idx_token_user_id" ON "access_token" ("user_id");
CREATE INDEX "idx_token" ON "access_token" ((left(token, 8)));
CREATE INDEX "idx_token" ON "access_token" ("token");

0 comments on commit 340aabb

Please sign in to comment.