From 0908a9cd1e623d19df3cdf6ac71702d33729f5fc Mon Sep 17 00:00:00 2001 From: Geoff Humphrey Date: Mon, 23 Aug 2010 00:39:46 +0000 Subject: [PATCH] Minor changes for 2.3.2 release. --- sql/2.3.2_sql_upgrade.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/sql/2.3.2_sql_upgrade.txt b/sql/2.3.2_sql_upgrade.txt index 1d3722b..fb76e44 100644 --- a/sql/2.3.2_sql_upgrade.txt +++ b/sql/2.3.2_sql_upgrade.txt @@ -1,5 +1,6 @@ -- SQL Changes: BrewBlogger 2.3.2 -- Created February 8, 2010 by gpzhumphrey +-- Modified August 17, 2010 by gpzhumphrey INSERT INTO `brewingcss` (`id`, `theme`, `themeName`, `themeColor1`, `themeColor2`) VALUES (NULL, 'SB12.css', 'SB12', '#dae2ec', '#c7d3e3'); @@ -127,6 +128,6 @@ ADD `brewHops15Time` varchar(25) NULL AFTER `brewHops15IBU`, ADD `brewHops15Use` varchar(25) NULL AFTER `brewHops15Time`, ADD `brewHops15Type` varchar(25) NULL AFTER `brewHops15Use`, ADD `brewHops15Form` varchar(25) NULL AFTER `brewHops15Type`; - -ALTER TABLE `preferences` -ADD `hopPelletFactor` FLOAT NOT NULL DEFAULT '1.06' COMMENT 'Pellet factor compared to whole/plug'; + +ALTER TABLE `preferences` +ADD `hopPelletFactor` FLOAT NOT NULL DEFAULT '1.06' COMMENT 'Pellet factor compared to whole/plug';