summaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
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 (