Skip to content

Commit

Permalink
drop the FK-constraint of the MD_Candidate ASI-ID column
Browse files Browse the repository at this point in the history
Material Dispo wrong Quantities after Material receipt #3935
  • Loading branch information
metas-ts committed Apr 25, 2018
1 parent d10813e commit ed86c96
Showing 1 changed file with 11 additions and 0 deletions.
@@ -0,0 +1,11 @@
-- 2018-04-25T12:47:38.950
-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator
UPDATE AD_Column SET DDL_NoForeignKey='Y',Updated=TO_TIMESTAMP('2018-04-25 12:47:38','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Column_ID=556509
;

ALTER TABLE public.md_candidate DROP CONSTRAINT mattributesetinstance_mdcandid;

-- 2018-04-25T16:25:17.417
-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator
UPDATE AD_Column SET TechnicalNote='We have no FK-constraint, because this column is only here to be displayed (the real stuff is StorageAttributesKey).',Updated=TO_TIMESTAMP('2018-04-25 16:25:17','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Column_ID=556509
;

0 comments on commit ed86c96

Please sign in to comment.