about summary refs log tree commit diff
path: root/create_db.sql
diff options
context:
space:
mode:
Diffstat (limited to 'create_db.sql')
-rw-r--r--create_db.sql2
1 files changed, 1 insertions, 1 deletions
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