aboutsummaryrefslogtreecommitdiff
path: root/databaseschema.psql
diff options
context:
space:
mode:
Diffstat (limited to 'databaseschema.psql')
-rw-r--r--databaseschema.psql4
1 files changed, 3 insertions, 1 deletions
diff --git a/databaseschema.psql b/databaseschema.psql
index cf0d36b..f5671c2 100644
--- a/databaseschema.psql
+++ b/databaseschema.psql
@@ -242,4 +242,6 @@ hash varchar(200)
CREATE TABLE IF NOT EXISTS inactive(
instance varchar(100) primary key,
timestamp TIMESTAMP default NOW()
-); \ No newline at end of file
+);
+
+ALTER TABLE boardaccess ADD COLUMN IF NOT EXISTS label varchar(50) default 'Anon'; \ No newline at end of file