diff options
author | Zach Copley <zach@controlyourself.ca> | 2009-06-16 21:36:15 -0700 |
---|---|---|
committer | Zach Copley <zach@controlyourself.ca> | 2009-06-16 21:36:15 -0700 |
commit | 7b7f11942885666bfe1f03dd6f34e36a82a08484 (patch) | |
tree | b60ffe9756aabe1fb7226ddc3045ea3a6cbc8569 /db/laconica.sql | |
parent | bea2fa15060e03d818db043122bf9529d2b77662 (diff) |
Added background image tile flag to Design
Diffstat (limited to 'db/laconica.sql')
-rw-r--r-- | db/laconica.sql | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/db/laconica.sql b/db/laconica.sql index bd95d1ade..1f302de16 100644 --- a/db/laconica.sql +++ b/db/laconica.sql @@ -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 ( |