More 2.3.2 commits: updated SQL docs.

This commit is contained in:
Geoff Humphrey
2010-02-08 17:09:43 +00:00
parent 73e158028f
commit 8e53de2aca
4 changed files with 3539 additions and 0 deletions

1762
sql/2.3.1_new_install.sql Normal file
View File

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,8 @@
-- SQL Changes: BrewBlogger 2.3.1
-- Created October 15, 2009 by gpzhumphrey
-- Updated January 19, 2010 by gpzhumphrey
ALTER TABLE `brewing` CHANGE `brewBitterness` `brewBitterness` FLOAT NULL;
ALTER TABLE `brewing` CHANGE `brewLovibond` `brewLovibond` FLOAT NULL;
ALTER TABLE `recipes` CHANGE `brewBitterness` `brewBitterness` FLOAT NULL;
ALTER TABLE `recipes` CHANGE `brewLovibond` `brewLovibond` FLOAT NULL;

1764
sql/2.3.2_new_install.sql Normal file
View File

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,5 @@
-- SQL Changes: BrewBlogger 2.3.2
-- Created February 8, 2010 by gpzhumphrey
INSERT INTO `brewingcss` (`id`, `theme`, `themeName`, `themeColor1`, `themeColor2`) VALUES
(NULL, 'SB12.css', 'SB12', '#dae2ec', '#c7d3e3');