leaving tags column in (for now)

This commit is contained in:
James Walker 2010-07-28 11:43:47 -04:00
parent 772018810b
commit a6b1feb08c

View File

@ -16,6 +16,8 @@ create table status_network (
theme varchar(255) comment 'theme name', theme varchar(255) comment 'theme name',
logo varchar(255) comment 'site logo', 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', created datetime not null comment 'date this record was created',
modified timestamp comment 'date this record was modified' modified timestamp comment 'date this record was modified'