summaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
authorJames Walker <walkah@walkah.net>2010-07-28 11:43:47 -0400
committerJames Walker <walkah@walkah.net>2010-07-28 11:43:47 -0400
commita6b1feb08cbd3f7bd3f83a31c449b5a4ca8965f0 (patch)
tree772e98ecace89e3afd36f527efda358fbb5bc078 /db
parent772018810b7b6ea2b8cf18a1b9275fbac8c78343 (diff)
leaving tags column in (for now)
Diffstat (limited to 'db')
-rw-r--r--db/site.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/db/site.sql b/db/site.sql
index bc425841d..f87995b94 100644
--- a/db/site.sql
+++ b/db/site.sql
@@ -16,6 +16,8 @@ create table status_network (
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'