Skip to content

Commit

Permalink
use WITHOUT ROWID
Browse files Browse the repository at this point in the history
  • Loading branch information
GarboMuffin committed Jul 12, 2024
1 parent e6e4075 commit 014356d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ CREATE TABLE IF NOT EXISTS cache (
expires INTEGER NOT NULL,
status INTEGER NOT NULL,
data BLOB NOT NULL
);
) WITHOUT ROWID;
`);

const apiQueue = new RequestQueue({
Expand Down

0 comments on commit 014356d

Please sign in to comment.