From a6b1feb08cbd3f7bd3f83a31c449b5a4ca8965f0 Mon Sep 17 00:00:00 2001 From: James Walker Date: Wed, 28 Jul 2010 11:43:47 -0400 Subject: [PATCH] leaving tags column in (for now) --- db/site.sql | 2 ++ 1 file changed, 2 insertions(+) diff --git a/db/site.sql b/db/site.sql index bc425841dd..f87995b943 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' -- 2.39.5