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
1 changed files with 2 additions and 0 deletions

View File

@ -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'