Add design_id to User_group

This commit is contained in:
Zach Copley
2009-06-17 22:16:09 -07:00
parent c14c9e1a08
commit dff43c03e4
3 changed files with 9 additions and 0 deletions

View File

@@ -387,6 +387,7 @@ create table user_group (
homepage_logo varchar(255) comment 'homepage (profile) size logo',
stream_logo varchar(255) comment 'stream-sized logo',
mini_logo varchar(255) comment 'mini logo',
design_id integer comment 'id of a design' references design(id),
created datetime not null comment 'date this record was created',
modified timestamp comment 'date this record was modified',