File tree 3 files changed +4
-2
lines changed
3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 3
3
* The Ushahidi Engine version
4
4
* Make sure to update the ushahidi_version in the settings table too!
5
5
*/
6
- $ config ['ushahidi_version ' ] = "2.3 " ;
6
+ $ config ['ushahidi_version ' ] = "2.3.1 " ;
7
7
8
8
9
9
/**
Original file line number Diff line number Diff line change 1
1
ALTER TABLE ` sessions` CHANGE COLUMN ` session_id` ` session_id` VARCHAR (127 ) NOT NULL ;
2
2
UPDATE ` settings` SET ` db_version` = ' 87' WHERE ` id` = 1 LIMIT 1 ;
3
+ UPDATE ` settings` SET ` ushahidi_version` = ' 2.3.1' WHERE ` id` = 1 LIMIT 1 ;
4
+
Original file line number Diff line number Diff line change @@ -1448,5 +1448,5 @@ CREATE TABLE IF NOT EXISTS `verified` (
1448
1448
* Version information for table `settings`
1449
1449
*
1450
1450
*/
1451
- UPDATE ` settings` SET ` ushahidi_version` = ' 2.3' WHERE ` id` = 1 LIMIT 1 ;
1451
+ UPDATE ` settings` SET ` ushahidi_version` = ' 2.3.1 ' WHERE ` id` = 1 LIMIT 1 ;
1452
1452
UPDATE ` settings` SET ` db_version` = ' 87' WHERE ` id` = 1 LIMIT 1 ;
You can’t perform that action at this time.
0 commit comments