YKPN#60362 optioneel thema bij standaardmelding

svn path=/Database/trunk/; revision=45453
This commit is contained in:
Peter Feij
2020-01-15 16:17:24 +00:00
parent 3106519f34
commit 7c43607023
3 changed files with 23 additions and 0 deletions

View File

@@ -101,6 +101,15 @@ CREATE_TABLE(cad_thema,0)
VARCHAR2(512)
);
ALTER TABLE mld_stdmelding
ADD
(
cad_thema_key
NUMBER(10)
CONSTRAINT mld_r_cad_thema_key1 REFERENCES cad_thema(cad_thema_key)
);
CREATE_TABLE(cad_label,0)
(
cad_label_key