summaryrefslogtreecommitdiff
path: root/db/site.sql
diff options
context:
space:
mode:
authorCraig Andrews <candrews@integralblue.com>2010-01-27 22:07:04 -0500
committerCraig Andrews <candrews@integralblue.com>2010-01-27 22:07:04 -0500
commit914bc9f9c5ce29584e00553104ac991e6e178e7b (patch)
treeb473316af79d2c58c5ecd84765fcaa9725269fed /db/site.sql
parente9995b0f6ab0788162e22c996e5ee0af416dd519 (diff)
parent9589985e29455e41ef915ff15b679fe2a01644a0 (diff)
Merge branch '0.9.x' into 1.0.x
Conflicts: lib/queuemanager.php
Diffstat (limited to 'db/site.sql')
-rw-r--r--db/site.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/db/site.sql b/db/site.sql
index a9f64e5a5..791303bd5 100644
--- a/db/site.sql
+++ b/db/site.sql
@@ -14,6 +14,8 @@ create table status_network (
sitename varchar(255) comment 'display name',
theme varchar(255) comment 'theme name',
logo varchar(255) comment 'site logo',
+
+ tags text comment 'site meta-info tags (pipe-separated)',
created datetime not null comment 'date this record was created',
modified timestamp comment 'date this record was modified'