FSN#18016

svn path=/Database/trunk/; revision=10556
This commit is contained in:
Peter Feij
2010-12-17 16:19:24 +00:00
parent 368427beb4
commit bcdde53990
2 changed files with 8 additions and 8 deletions

View File

@@ -1,6 +1,6 @@
/*
* $Revision: 118 $
* $Modtime: 17-12-10 11:04 $
* $Revision: 119 $
* $Modtime: 17-12-10 18:14 $
*/
CREATE_TABLE(fac_volgnrs, 0)
@@ -1085,7 +1085,7 @@ CREATE_TABLE(fac_locale_xsl, 0) /* labelvertalingen voor stylesheets */
fac_locale_xsl_label VARCHAR2(60 CHAR),
fac_locale_xsl_module VARCHAR2(3 CHAR),
fac_locale_xsl_lang VARCHAR2(3) NOT NULL,
fac_locale_xsl_tekst VARCHAR2(60 CHAR),
fac_locale_xsl_tekst VARCHAR2(2000 CHAR),
CONSTRAINT fac_u_fac_locale_xsl UNIQUE(fac_locale_xsl_label, fac_locale_xsl_lang, fac_locale_xsl_module)
);
@@ -1106,4 +1106,4 @@ CREATE_TABLE(fac_imp_factuur, 0) /* Standaard tabel voor de factuur-import */
omschrijving VARCHAR2 (60) -- regelomschrijving
);
REGISTERONCE('$Workfile: FAC_TAB.SRC $','$Revision: 118 $')
REGISTERONCE('$Workfile: FAC_TAB.SRC $','$Revision: 119 $')

View File

@@ -1,7 +1,7 @@
/* DB8TO9.SRC
* Update script van Facilitor schema DB8 naar DB9
* $Revision: 4 $
* $Modtime: 17-12-10 16:08 $
* $Revision: 5 $
* $Modtime: 17-12-10 18:19 $
*/
#include "prologue.inc"
@@ -39,7 +39,7 @@ CREATE_TABLE(fac_locale_xsl, 0) /* labelvertalingen voor stylesheets */
fac_locale_xsl_label VARCHAR2(60 CHAR),
fac_locale_xsl_module VARCHAR2(3 CHAR),
fac_locale_xsl_lang VARCHAR2(3) NOT NULL,
fac_locale_xsl_tekst VARCHAR2(60 CHAR),
fac_locale_xsl_tekst VARCHAR2(2000 CHAR),
CONSTRAINT fac_u_fac_locale_xsl UNIQUE(fac_locale_xsl_label, fac_locale_xsl_lang, fac_locale_xsl_module)
);
CREATE SEQUENCE fac_s_fac_locale_xsl_key MINVALUE 1;
@@ -50,5 +50,5 @@ ALTER TABLE mld_stdmelding ADD mld_stdmelding_image VARCHAR2(255 CHAR);
COMMIT;
///////////////////////////////////////////////////////////////////////////////////////////
REGISTERONCE('$Workfile: DB8to9.src $','$Revision: 4 $')
REGISTERONCE('$Workfile: DB8to9.src $','$Revision: 5 $')
#include "epilogue.inc"