Skip to content

Commit

Permalink
Fixed issue #6343: Fatal DB Error during fresh install
Browse files Browse the repository at this point in the history
  • Loading branch information
c-schmitz committed Jul 19, 2012
1 parent 199cac7 commit cb9cf61
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion installer/sql/create-mssql.sql
Expand Up @@ -551,4 +551,4 @@ create index [labels_code_idx] on [prefix_labels] ([code]);
--
-- Version Info
--
INSERT INTO [prefix_settings_global] VALUES ('DBVersion', '160');
INSERT INTO [prefix_settings_global] VALUES ('DBVersion', '161');
2 changes: 1 addition & 1 deletion installer/sql/create-mysql.sql
Expand Up @@ -556,4 +556,4 @@ create index `parent_qid_idx` on `prefix_questions` (`parent_qid`);
--
-- Version Info
--
INSERT INTO `prefix_settings_global` VALUES ('DBVersion', '160');
INSERT INTO `prefix_settings_global` VALUES ('DBVersion', '161');
2 changes: 1 addition & 1 deletion installer/sql/create-pgsql.sql
Expand Up @@ -562,4 +562,4 @@ create index labels_code_idx on prefix_labels (code);
--
-- Version Info
--
INSERT INTO prefix_settings_global VALUES ('DBVersion', '160');
INSERT INTO prefix_settings_global VALUES ('DBVersion', '161');

0 comments on commit cb9cf61

Please sign in to comment.