FSN#20202
svn path=/Database/trunk/; revision=10671
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#ifdef CAD // 22-05-1998 KTH
|
||||
/* $Revision: 26 $
|
||||
* $Modtime: 6-09-10 15:22 $
|
||||
/* $Revision: 27 $
|
||||
* $Modtime: 2-05-11 9:12 $
|
||||
*/
|
||||
|
||||
CREATE_TABLE(cad_tekening, 0)
|
||||
@@ -134,12 +134,15 @@ CREATE_TABLE(cad_imp_contour,0)
|
||||
NUMBER(9,2),
|
||||
ins_discipline_key /* reserved for future use: required if we scan object contours */
|
||||
NUMBER(10)
|
||||
CONSTRAINT cad_r_ins_discipline_key2 REFERENCES ins_tab_discipline(ins_discipline_key) ON DELETE CASCADE
|
||||
CONSTRAINT cad_r_ins_discipline_key2 REFERENCES ins_tab_discipline(ins_discipline_key) ON DELETE CASCADE,
|
||||
cad_imp_contour_concept
|
||||
NUMBER(1) -- valid are 0, 1
|
||||
DEFAULT 0
|
||||
-- in PRJ_TAB.SRC:
|
||||
-- prj_scenario_key
|
||||
-- NUMBER(10) REFERENCES prj_scenario(prj_scenario_key) ON DELETE CASCADE
|
||||
);
|
||||
|
||||
REGISTERONCE('$Workfile: CAD_TAB.SRC $','$Revision: 26 $')
|
||||
REGISTERONCE('$Workfile: CAD_TAB.SRC $','$Revision: 27 $')
|
||||
|
||||
#endif // CAD
|
||||
|
||||
17
_UP/DB11to12.src
Normal file
17
_UP/DB11to12.src
Normal file
@@ -0,0 +1,17 @@
|
||||
/* DB11TO12.SRC
|
||||
* Update script van Facilitor schema DB11 naar DB12
|
||||
* $Revision: 1 $
|
||||
* $Modtime: 2-05-11 9:15 $
|
||||
*/
|
||||
#include "prologue.inc"
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////////////////// FSN#20202
|
||||
ALTER TABLE cad_imp_contour_concept
|
||||
ADD cad_imp_contour_concept NUMBER(1) -- valid are 0, 1
|
||||
DEFAULT 0;
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////////////////
|
||||
COMMIT;
|
||||
///////////////////////////////////////////////////////////////////////////////////////////
|
||||
REGISTERONCE('$Workfile: DB11to12.src $','$Revision: 1 $')
|
||||
#include "epilogue.inc"
|
||||
Reference in New Issue
Block a user