Skip to content

Commit

Permalink
Create 5539020_sys_gh5924_fix_en_US_trls.sql
Browse files Browse the repository at this point in the history
#5924
(cherry picked from commit 146c67a)
  • Loading branch information
teosarca authored and metas-ts committed Dec 16, 2019
1 parent 3b794ba commit c8ffd99
Showing 1 changed file with 20 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
-- 2019-12-14T20:22:35.185Z
-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator
UPDATE AD_Message_Trl SET IsTranslated='Y',Updated=TO_TIMESTAMP('2019-12-14 22:22:35','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Language='fr_CH' AND AD_Message_ID=540275
;

-- 2019-12-14T20:22:40.121Z
-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator
UPDATE AD_Message_Trl SET IsTranslated='N',Updated=TO_TIMESTAMP('2019-12-14 22:22:40','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Language='fr_CH' AND AD_Message_ID=540275
;

-- 2019-12-14T20:23:03.965Z
-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator
UPDATE AD_Message_Trl SET IsTranslated='Y', MsgText='No billable records were selected.',Updated=TO_TIMESTAMP('2019-12-14 22:23:03','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Language='en_US' AND AD_Message_ID=540275
;

-- 2019-12-14T20:55:48.455Z
-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator
UPDATE AD_Message_Trl SET IsTranslated='Y', MsgText='{0} scheduled to be created. There are already {1} in the queue to be created.',Updated=TO_TIMESTAMP('2019-12-14 22:55:48','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Language='en_US' AND AD_Message_ID=541076
;

0 comments on commit c8ffd99

Please sign in to comment.