core-jgi/migration/i8.2z/postgresql/202109271700_IDEMPIERE-4983...

8 lines
277 B
MySQL
Raw Normal View History

-- IDEMPIERE-4983
-- Sep 27, 2021, 5:00:28 PM CEST
UPDATE C_Currency SET ISO_Code = 'RUB',Updated=TO_TIMESTAMP('2021-09-27 17:02:55','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=0 WHERE C_Currency_ID=155
;
SELECT register_migration_script('202109271700_IDEMPIERE-4983.sql') FROM dual
;