forked from GNUsocial/gnu-social
Add design_id to User_group
This commit is contained in:
@@ -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',
|
||||
|
Reference in New Issue
Block a user