Skip to content

Commit

Permalink
#5261 Prevent Users from Accidentally deleting attachment files
Browse files Browse the repository at this point in the history
Bugfix wrt AD_RelationType for AD_ChangeLog
#5447

(cherry picked from commit 2c66d30)
  • Loading branch information
metas-ts committed Aug 26, 2019
1 parent d97b5aa commit cee712a
Showing 1 changed file with 20 additions and 0 deletions.
@@ -0,0 +1,20 @@
-- 2019-08-26T14:29:02.301
-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator
UPDATE AD_Reference_Trl SET IsTranslated='Y', Name='Änderungs Historie',Updated=TO_TIMESTAMP('2019-08-26 14:29:02','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Language='de_CH' AND AD_Reference_ID=540746
;

-- 2019-08-26T14:29:12.585
-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator
UPDATE AD_Reference_Trl SET IsTranslated='Y', Name='Change log',Updated=TO_TIMESTAMP('2019-08-26 14:29:12','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Language='en_US' AND AD_Reference_ID=540746
;

-- 2019-08-26T14:29:17.764
-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator
UPDATE AD_Reference_Trl SET IsTranslated='Y', Name='Änderungs Historie',Updated=TO_TIMESTAMP('2019-08-26 14:29:17','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Language='de_DE' AND AD_Reference_ID=540746
;

-- 2019-08-26T14:40:56.422
-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator
UPDATE AD_RelationType SET AD_Reference_Target_ID=540746,Updated=TO_TIMESTAMP('2019-08-26 14:40:56','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_RelationType_ID=540188
;

0 comments on commit cee712a

Please sign in to comment.