5.4.0
* Fix bug property declared index being recreate (HugoPoi) * Add onDelete onUpdate foreign key config options (HugoPoi) * Fix bug foreign key index being delete wrongly (HugoPoi) * chore: update travis and CODEOWNERS (Diana Lau)
This commit is contained in:
parent
62186650c1
commit
26b76a4eeb
12
CHANGES.md
12
CHANGES.md
|
@ -1,3 +1,15 @@
|
|||
2019-05-07, Version 5.4.0
|
||||
=========================
|
||||
|
||||
* Fix bug property declared index being recreate (HugoPoi)
|
||||
|
||||
* Add onDelete onUpdate foreign key config options (HugoPoi)
|
||||
|
||||
* Fix bug foreign key index being delete wrongly (HugoPoi)
|
||||
|
||||
* chore: update travis and CODEOWNERS (Diana Lau)
|
||||
|
||||
|
||||
2018-09-12, Version 5.3.1
|
||||
=========================
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "loopback-connector-mysql",
|
||||
"version": "5.3.1",
|
||||
"version": "5.4.0",
|
||||
"description": "MySQL connector for loopback-datasource-juggler",
|
||||
"engines": {
|
||||
"node": ">=6"
|
||||
|
|
Loading…
Reference in New Issue