Skip to content

Commit f5cb349

Browse files
committed
init.sql fix
1 parent 2066b68 commit f5cb349

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

database/init.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ CREATE TABLE IF NOT EXISTS SessionEvents (
5353
session_id INT,
5454
type TEXT NOT NULL,
5555
subtype TEXT NOT NULL,
56-
timestamp INT NOT NULL,
56+
timestamp BIGINT NOT NULL,
5757
actor TEXT NOT NULL,
5858
data TEXT,
5959
FOREIGN KEY (session_id) REFERENCES Sessions(session_id)

0 commit comments

Comments
 (0)