Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/origin/v3' into v3
Browse files Browse the repository at this point in the history
  • Loading branch information
pilcrowonpaper committed Dec 9, 2023
2 parents ec9a3a1 + 051902e commit e168b02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/src/pages/database/sqlite.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ CREATE TABLE user (

CREATE TABLE session (
id TEXT NOT NULL PRIMARY KEY,
expires_at INTEGER NOT NULL PRIMARY KEY,
expires_at INTEGER NOT NULL,
user_id TEXT NOT NULL,
FOREIGN KEY (user_id) REFERENCES user(id)
)
Expand Down

0 comments on commit e168b02

Please sign in to comment.