aboutsummaryrefslogtreecommitdiff
path: root/sql/pg.sql
diff options
context:
space:
mode:
Diffstat (limited to 'sql/pg.sql')
-rw-r--r--sql/pg.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/pg.sql b/sql/pg.sql
index 2a052d337..099356917 100644
--- a/sql/pg.sql
+++ b/sql/pg.sql
@@ -93,6 +93,8 @@ CREATE TABLE archive (
xml text NOT NULL,
txt text,
id SERIAL,
+ kind text,
+ nick text,
created_at TIMESTAMP NOT NULL DEFAULT now()
);