Skip to content

Commit

Permalink
Release version 3.4.7 (#91)
Browse files Browse the repository at this point in the history
* Added indexing for the context field in the Scheduler.

CR-SET50

* Release version 3.4.7

---------

Co-authored-by: Sofija Dokmanovic <sofija.dokmanovic@logeecom.com>
Co-authored-by: Marija <marija.ivic@logeecom.com>
  • Loading branch information
3 people authored Nov 26, 2024
1 parent 654ccac commit 840247f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).

## [3.4.7](https://github.com/packlink-dev/ecommerce_module_core/compare/v3.4.6...v3.4.7) - 2024-11-20
### Changed
- Add index for context field in Scheduler entity

## [3.4.6](https://github.com/packlink-dev/ecommerce_module_core/compare/v3.4.5...v3.4.6) - 2024-08-28
### Changed
- Add detection of expired drafts
Expand Down
1 change: 1 addition & 0 deletions src/BusinessLogic/Scheduler/Models/Schedule.php
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ public function getConfig()
{
$map = new IndexMap();
$map->addDateTimeIndex('nextSchedule');
$map->addStringIndex('context');

return new EntityConfiguration($map, 'Schedule');
}
Expand Down

0 comments on commit 840247f

Please sign in to comment.