This commit is contained in:
@@ -10,6 +10,12 @@ See the [upgrade instructions](ops-upgrade.md) section of this manual for detail
|
|||||||
|
|
||||||
## 2022
|
## 2022
|
||||||
|
|
||||||
|
### AyaNova 8.0.22 (2022-11-14)
|
||||||
|
|
||||||
|
#### Changed
|
||||||
|
|
||||||
|
- Server: Quote, Work order state's collections GET change to avoid any potential for non-deterministic ordering
|
||||||
|
|
||||||
### AyaNova 8.0.21 (2022-11-10)
|
### AyaNova 8.0.21 (2022-11-10)
|
||||||
|
|
||||||
#### Changed
|
#### Changed
|
||||||
|
|||||||
@@ -1591,7 +1591,7 @@ $BODY$ LANGUAGE PLPGSQL STABLE");
|
|||||||
|
|
||||||
//////////////////////////////////////////////////
|
//////////////////////////////////////////////////
|
||||||
//
|
//
|
||||||
// 8.0.21 additions for case 4237
|
// case 4237
|
||||||
//
|
//
|
||||||
if (currentSchema < 9)
|
if (currentSchema < 9)
|
||||||
{
|
{
|
||||||
@@ -1615,7 +1615,7 @@ $BODY$ LANGUAGE PLPGSQL STABLE");
|
|||||||
|
|
||||||
//////////////////////////////////////////////////
|
//////////////////////////////////////////////////
|
||||||
//
|
//
|
||||||
// 8.0.21 additions for case 4239
|
// case 4239
|
||||||
//
|
//
|
||||||
if (currentSchema < 10)
|
if (currentSchema < 10)
|
||||||
{
|
{
|
||||||
@@ -1664,7 +1664,7 @@ CREATE OR REPLACE VIEW public.viewpartinventorylist
|
|||||||
|
|
||||||
//////////////////////////////////////////////////
|
//////////////////////////////////////////////////
|
||||||
//
|
//
|
||||||
// 8.0.21 additions for case 4242
|
// case 4242
|
||||||
//
|
//
|
||||||
if (currentSchema < 11)
|
if (currentSchema < 11)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user