VNOG#83559: Objectenimport voorzien van parent-kolommen voor onderdelen.
svn path=/Database/trunk/; revision=66954
This commit is contained in:
@@ -621,6 +621,8 @@ CREATE_TABLE(fac_notificatie, 0)
|
||||
fac_srtnotificatie_key
|
||||
NUMBER(10)
|
||||
REFERENCES fac_srtnotificatie(fac_srtnotificatie_key) ON DELETE CASCADE,
|
||||
fac_notificatie_naam -- puur informatief voor logging/support, bijvoorbeeld opdrachtnummer
|
||||
VARCHAR(80),
|
||||
fac_notificatie_status
|
||||
NUMBER(3)
|
||||
NOT_NULL(fac_notificatie_status, fac_c_fac_notificatie_status),
|
||||
@@ -1266,6 +1268,8 @@ CREATE_TABLE(fac_imp_ins, 0)
|
||||
,ins_deel_vervaldatum DATE
|
||||
,ins_deel_aantal NUMBER(8,2) DEFAULT(0) NOT NULL
|
||||
,ins_deel_externnr VARCHAR2(256)
|
||||
,ins_srtdeel_omschr_parent VARCHAR2 (100)
|
||||
,ins_deel_omschr_parent VARCHAR2 (60)
|
||||
);
|
||||
|
||||
CREATE_TABLE(fac_imp_sle, 0)
|
||||
|
||||
@@ -92,6 +92,13 @@ ALTER TABLE mld_melding ADD
|
||||
NUMBER(10)
|
||||
CONSTRAINT mld_r_mld_melding_tag REFERENCES mld_melding_tag(mld_melding_tag_key);
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////////////////// VNOG#83559
|
||||
ALTER TABLE fac_imp_ins
|
||||
ADD (
|
||||
ins_srtdeel_omschr_parent VARCHAR2 (100),
|
||||
ins_deel_omschr_parent VARCHAR2 (60)
|
||||
);
|
||||
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////////////////// FCLT#00000
|
||||
REGISTERONCE('$Id$')
|
||||
|
||||
Reference in New Issue
Block a user