summaryrefslogtreecommitdiff
path: root/sql/schema.sql
diff options
context:
space:
mode:
Diffstat (limited to 'sql/schema.sql')
-rw-r--r--sql/schema.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/schema.sql b/sql/schema.sql
index 531a4805..6389c97e 100644
--- a/sql/schema.sql
+++ b/sql/schema.sql
@@ -706,7 +706,7 @@ CREATE TABLE threads_poll_votes (
CREATE TABLE threads_posts (
tid vndbid NOT NULL,
num smallint NOT NULL,
- uid integer NOT NULL,
+ uid integer,
date timestamptz NOT NULL DEFAULT NOW(),
edited timestamptz,
msg text NOT NULL DEFAULT '',