added text colour to customer settings

This commit is contained in:
SJ
2013-08-09 22:11:16 +02:00
parent 6c33eb2645
commit 90a69f9287
14 changed files with 68 additions and 37 deletions

View File

@@ -371,7 +371,8 @@ create table if not exists `customer_settings` (
`branding_url` varchar(255) default null,
`branding_logo` varchar(255) default null,
`support_link` varchar(255) default null,
`colour` varchar(255) default null
`background_colour` varchar(255) default null,
`text_colour` varchar(255) default null
) Engine=InnoDB;

View File

@@ -33,7 +33,8 @@ create table if not exists `customer_settings` (
`branding_url` varchar(255) default null,
`branding_logo` varchar(255) default null,
`support_link` varchar(255) default null,
`colour` varchar(255) default null
`background_colour` varchar(255) default null,
`text_colour` varchar(255) default null
) Engine=InnoDB;
create table if not exists `online` (