Jump to: navigation, search

Summary of Info Mart Schema Changes

The following table summarizes Genesys Info Mart schema changes between 8.x releases, for all supported RDBMS types. Some of the changes listed might not apply to the RDBMS you use.

Tip
Type in the Search box to quickly filter the table by release, table name, type of change, and so on. Alternatively, click a column header to sort the table to group entries.


A database query error has occurred. Did you forget to run your application's database schema updater after upgrading?

Query: SELECT REPLACE(`cargo__PDMTable`.`tableName`,"_","_") AS `Table`,REPLACE(`cargo__PDMColumn`.`colName`,"_","_") AS `Column`,`cargo__PDMColumn`.`introduced` AS `Changed in release`,IF((`cargo__PDMColumn`.`introduced` IS NOT NULL),"Column added",) AS `Type of change`,CONCAT('See table') AS `More information` FROM `cargo__PDMTable` LEFT OUTER JOIN `cargo__PDMColumn` ON ((`cargo__PDMTable`.`_pageName`=`cargo__PDMColumn`.`_pageName`)) WHERE `cargo__PDMTable`.`_pageName` LIKE "Documentation:GIM:Library:Table-%%:PDMSource" AND (`cargo__PDMColumn`.`introduced` IS NOT NULL) ORDER BY REPLACE(`cargo__PDMTable`.`tableName`,"_","_"),REPLACE(`cargo__PDMColumn`.`colName`,"_","_"),`cargo__PDMColumn`.`introduced`,IF((`cargo__PDMColumn`.`introduced` IS NOT NULL),"Column added",),CONCAT('See table') LIMIT 5000 Function: CargoSQLQuery::run Error: 1 Can't create/write to file '/tmp/MYhZqvbI' (OS errno 28 - No space left on device) (127.0.0.1)

This page was last edited on October 2, 2020, at 12:23.
Comments or questions about this documentation? Contact us for support!