Skip to content

Commit

Permalink
Removed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
f-r00t committed Nov 12, 2023
1 parent 96d64f1 commit 29302a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Database.js
Original file line number Diff line number Diff line change
Expand Up @@ -240,8 +240,7 @@ async function createTables(DB) {
timestamp TEXT,
read BOOLEAN default 1,
hash TEXT,
reply TEXT,
UNIQUE (timestamp)
reply TEXT
)`
);

Expand Down Expand Up @@ -403,6 +402,7 @@ async function createTables(DB) {
`PRAGMA user_version = 7`
);
});

}

export async function openDB() {
Expand Down

0 comments on commit 29302a6

Please sign in to comment.