updates to Status_network

This commit is contained in:
Evan Prodromou
2009-06-15 08:54:52 -07:00
parent 528ceec3fe
commit eb6a60ef88
3 changed files with 29 additions and 7 deletions

View File

@@ -5,12 +5,16 @@ create table status_network (
nickname varchar(64) primary key comment 'nickname',
hostname varchar(255) unique key comment 'alternate hostname if any',
pathname varchar(255) unique key comment 'alternate pathname if any',
sitename varchar(255) comment 'display name',
dbhost varchar(255) comment 'database host',
dbuser varchar(255) comment 'database username',
dbpass varchar(255) comment 'database password',
dbname varchar(255) comment 'database name',
sitename varchar(255) comment 'display name',
theme varchar(255) comment 'theme name',
logo varchar(255) comment 'site logo',
created datetime not null comment 'date this record was created',
modified timestamp comment 'date this record was modified'