More 2.3.2 commits: updated SQL docs.
This commit is contained in:
1762
sql/2.3.1_new_install.sql
Normal file
1762
sql/2.3.1_new_install.sql
Normal file
File diff suppressed because it is too large
Load Diff
8
sql/2.3.1_sql_upgrade.txt
Normal file
8
sql/2.3.1_sql_upgrade.txt
Normal 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
1764
sql/2.3.2_new_install.sql
Normal file
File diff suppressed because it is too large
Load Diff
5
sql/2.3.2_sql_upgrade.txt
Normal file
5
sql/2.3.2_sql_upgrade.txt
Normal 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');
|
||||
Reference in New Issue
Block a user