PostgreSQL and Derby schema need to be updated with new elements introduced to MySQL schema recently:
Add field: acc_create_time to the tig_users table
Add new functions and or procedures: TigGetUserUID and TigGetUserUIDProc
added new field to derby and postgresql schema; removed TigGetUserUID and TigGetUserUIDProc as they are not used/dupicate existing ones
PostgreSQL and Derby schema need to be updated with new elements introduced to MySQL schema recently:
Add field: acc_create_time to the tig_users table
Add new functions and or procedures: TigGetUserUID and TigGetUserUIDProc