summaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
authorZach Copley <zach@controlyourself.ca>2009-06-16 21:36:15 -0700
committerZach Copley <zach@controlyourself.ca>2009-06-16 21:36:15 -0700
commit7b7f11942885666bfe1f03dd6f34e36a82a08484 (patch)
treeb60ffe9756aabe1fb7226ddc3045ea3a6cbc8569 /db
parentbea2fa15060e03d818db043122bf9529d2b77662 (diff)
Added background image tile flag to Design
Diffstat (limited to 'db')
-rw-r--r--db/laconica.sql3
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 (