core-jgi/migration/360lts-i1.0a/oracle/874_IDEMPIERE-384.sql

11 lines
294 B
SQL

-- IDEMPIERE-384 Problem with insertTranslations in multilanguage env caused by Generate_UUID
-- just for postgresql
UPDATE AD_System
SET LastMigrationScriptApplied='874_IDEMPIERE-384.sql'
WHERE LastMigrationScriptApplied<'874_IDEMPIERE-384.sql'
OR LastMigrationScriptApplied IS NULL
;