From ddcc24426fbc870d1017d1cf2cf7636936845d18 Mon Sep 17 00:00:00 2001 From: "user@node5.net" Date: Sat, 19 Jul 2025 15:18:18 +0200 Subject: SQLite fix create, remove config --- create_db.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'create_db.sql') diff --git a/create_db.sql b/create_db.sql index 638932c..ee0f968 100644 --- a/create_db.sql +++ b/create_db.sql @@ -1,5 +1,5 @@ CREATE TABLE comment ( - id serial PRIMARY KEY, + id INTEGER PRIMARY KEY AUTOINCREMENT, comment text NOT NULL, -- URL of the page the comment belongs to, this is the relation between the markdown and this database page_url text, visitor_url text, -- The website the user claims to be from, if they have their own self hosted website -- cgit 1.4.1