Skip to content

Commit

Permalink
Version 6.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
amitdugar committed Aug 11, 2020
1 parent 243a9d8 commit d3bd80a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion application/Bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ class Bootstrap extends Zend_Application_Bootstrap_Bootstrap
{
protected function _initAppSetup(){

define('APP_VERSION', '6.0');
define('APP_VERSION', '6.1.0');

Zend_Session::start();
date_default_timezone_set("America/New_York");
Expand Down
2 changes: 1 addition & 1 deletion application/configs/application.dist.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
domain = https://ept.example.org/

; put a random string below
salt = '74hjkshwq89pyduasjxawqy8uedjaskqwyodhewt6r789yohsabcetwyuifh347toruchb80y'
salt = '0This1Is2A3Real4Complex5And6Safe7Salt8With9Some10Dynamic11Stuff12Attched13later'

fcm.url =
fcm.serverkey =
Expand Down
5 changes: 5 additions & 0 deletions docs/alter-commands.sql
Original file line number Diff line number Diff line change
Expand Up @@ -2556,3 +2556,8 @@ ALTER TABLE `push_notification` CHANGE `token_identify_id` `token_identify_id` T

ALTER TABLE `shipment` ADD `shipment_attributes` JSON NULL DEFAULT NULL AFTER `average_score`;
UPDATE `shipment` SET `shipment_attributes` = '{\r\n \"sampleType\": \"dried\",\r\n \"screeningTest\": \"no\"\r\n}' WHERE `scheme_type` = 'dts' and `shipment_attributes` is null;


-- Version 6.1.0 Amit 11 Aug 2020


0 comments on commit d3bd80a

Please sign in to comment.