FMHN#87779 Gebruiker eerder waarschuwen bij meldingen op gebouwen zonder die dienst
svn path=/Database/trunk/; revision=70798
This commit is contained in:
@@ -252,6 +252,10 @@ CREATE_TABLE(alg_terreinsector,0)
|
|||||||
-- prs_perslid_key_verantw2
|
-- prs_perslid_key_verantw2
|
||||||
-- NUMBER(10)
|
-- NUMBER(10)
|
||||||
-- CONSTRAINT alg_r_prs_perslid_key4 REFERENCES prs_perslid(prs_perslid_key),
|
-- CONSTRAINT alg_r_prs_perslid_key4 REFERENCES prs_perslid(prs_perslid_key),
|
||||||
|
-- in MLD_TAB.SRC:
|
||||||
|
-- mld_dienstniveau_key
|
||||||
|
-- NUMBER(10)
|
||||||
|
-- REFERENCES mld_dienstniveau(mld_dienstniveau_key) ON DELETE SET NULL,
|
||||||
CONSTRAINT alg_u_alg_terreinsector_upper UNIQUE(alg_locatie_key, alg_terreinsector_upper, alg_terreinsector_verwijder)
|
CONSTRAINT alg_u_alg_terreinsector_upper UNIQUE(alg_locatie_key, alg_terreinsector_upper, alg_terreinsector_verwijder)
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
@@ -1942,6 +1942,9 @@ ALTER TABLE alg_gebouw
|
|||||||
ALTER TABLE alg_locatie
|
ALTER TABLE alg_locatie
|
||||||
ADD mld_dienstniveau_key NUMBER(10)
|
ADD mld_dienstniveau_key NUMBER(10)
|
||||||
REFERENCES mld_dienstniveau(mld_dienstniveau_key) ON DELETE SET NULL;
|
REFERENCES mld_dienstniveau(mld_dienstniveau_key) ON DELETE SET NULL;
|
||||||
|
ALTER TABLE alg_terreinsector
|
||||||
|
ADD mld_dienstniveau_key NUMBER(10)
|
||||||
|
REFERENCES mld_dienstniveau(mld_dienstniveau_key) ON DELETE SET NULL;
|
||||||
|
|
||||||
REGISTERONCE('$Id$')
|
REGISTERONCE('$Id$')
|
||||||
|
|
||||||
|
|||||||
@@ -16,6 +16,11 @@ DEF_FAC_SRTNOT('AFDDEL', 0, 'lcl_noti_AFDDEL', 'prs/prs_afdeling.asp?key=',
|
|||||||
/////////////////////////////////////////////////////////////////////////////////////////// YAXX#89674
|
/////////////////////////////////////////////////////////////////////////////////////////// YAXX#89674
|
||||||
ALTER TABLE mld_typeopdr ADD mld_typeopdr_afronden NUMBER(1) DEFAULT(1) NOT NULL;
|
ALTER TABLE mld_typeopdr ADD mld_typeopdr_afronden NUMBER(1) DEFAULT(1) NOT NULL;
|
||||||
|
|
||||||
|
/////////////////////////////////////////////////////////////////////////////////////////// FMHN#87779
|
||||||
|
ALTER TABLE alg_terreinsector
|
||||||
|
ADD mld_dienstniveau_key NUMBER(10)
|
||||||
|
REFERENCES mld_dienstniveau(mld_dienstniveau_key) ON DELETE SET NULL;
|
||||||
|
|
||||||
/////////////////////////////////////////////////////////////////////////////////////////// FCLT#00000
|
/////////////////////////////////////////////////////////////////////////////////////////// FCLT#00000
|
||||||
|
|
||||||
REGISTERONCE('$Id$')
|
REGISTERONCE('$Id$')
|
||||||
|
|||||||
Reference in New Issue
Block a user