File tree Expand file tree Collapse file tree 3 files changed +9
-4
lines changed
Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 33 * The Ushahidi Engine version
44 * Make sure to update the ushahidi_version in the settings table too!
55 */
6- $ config ['ushahidi_version ' ] = "2.7 " ;
6+ $ config ['ushahidi_version ' ] = "2.7.1 " ;
77
88/**
99 * The Ushahidi Engine DB revision number
1010 * Increments when changes are made to the Ushahidi DB schema.
1111 */
12- $ config ['ushahidi_db_version ' ] = "107 " ;
12+ $ config ['ushahidi_db_version ' ] = "108 " ;
Original file line number Diff line number Diff line change 1+ -- UPDATE db_version
2+ UPDATE ` settings` SET ` value` = 108 WHERE ` key` = ' db_version' ;
3+
4+ -- UPDATE ushahidi_version
5+ UPDATE ` settings` SET ` value` = ' 2.7.1' WHERE ` key` = ' ushahidi_version' ;
Original file line number Diff line number Diff line change @@ -1498,5 +1498,5 @@ CREATE TABLE IF NOT EXISTS `verified` (
14981498 * Version information for table `settings`
14991499 *
15001500 */
1501- UPDATE ` settings` SET ` value` = ' 107 ' WHERE ` key` = ' db_version' ;
1502- UPDATE ` settings` SET ` value` = ' 2.7' WHERE ` key` = ' ushahidi_version' ;
1501+ UPDATE ` settings` SET ` value` = ' 108 ' WHERE ` key` = ' db_version' ;
1502+ UPDATE ` settings` SET ` value` = ' 2.7.1 ' WHERE ` key` = ' ushahidi_version' ;
You can’t perform that action at this time.
0 commit comments