forked from GNUsocial/gnu-social
Added background image tile flag to Design
This commit is contained in:
@@ -495,7 +495,8 @@ create table design (
|
||||
sidebarcolor integer comment 'sidebar background color',
|
||||
textcolor integer comment 'text color',
|
||||
linkcolor integer comment 'link color',
|
||||
backgroundimage varchar(255) comment 'background image, if any'
|
||||
backgroundimage varchar(255) comment 'background image, if any',
|
||||
tile tinyint default 0 comment 'tile background image'
|
||||
) ENGINE=InnoDB CHARACTER SET utf8 COLLATE utf8_bin;
|
||||
|
||||
create table group_block (
|
||||
|
Reference in New Issue
Block a user