agv wijziging _XML opruimen
svn path=/Database/trunk/; revision=9266
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
--
|
||||
-- Update script van Facilitor versie 4.60(.E of later) naar 4.61 $Revision: 4 $
|
||||
-- Update script van Facilitor versie 4.60(.E of later) naar 4.61 $Revision: 5 $
|
||||
--
|
||||
/*
|
||||
* This script is precompiled so #if(n)def MS_SQL can be used to distinguish between
|
||||
@@ -36,8 +36,8 @@ PROMPT versie voor MS SQL Server
|
||||
#else
|
||||
PROMPT versie voor Oracle
|
||||
#endif
|
||||
PROMPT $Revision: 4 $
|
||||
PROMPT $Modtime: 22-06-06 8:47 $
|
||||
PROMPT $Revision: 5 $
|
||||
PROMPT $Modtime: 22-06-06 9:18 $
|
||||
PROMPT Copyright 1996-2006 Dijkoraad IT bv/Facilitor Software Nederland bv
|
||||
PROMPT
|
||||
SELECT 'De huidige versie van Facilitor is: '
|
||||
@@ -409,19 +409,21 @@ create index ins_i_ins_srtdeel5 on ins_srtdeel(prs_bedrijf_key, ins_srtgroep_key
|
||||
|
||||
ALTER TABLE bes_bestelling DROP COLUMN bes_alg_locatie_key;
|
||||
ALTER TABLE bes_bestelling DROP COLUMN prs_afdeling_key;
|
||||
|
||||
ALTER TABLE bes_bestelling_item DROP COLUMN bes_bestelopdr_key;
|
||||
ALTER TABLE bes_bestelopdr_item DROP COLUMN ins_srtdeel_key;
|
||||
ALTER TABLE prs_afdeling DROP COLUMN prs_afdeling_kostenplaats;
|
||||
|
||||
DROP VIEW bes_bestelopdr_xmlsource;
|
||||
DROP FUNCTION BES_Make_XMLOrders_query;
|
||||
DROP PROCEDURE bes_make_xmlorders;
|
||||
DROP FUNCTION fac_bestelling_items;
|
||||
DROP FUNCTION fac_bestelopdr_items;
|
||||
DROP FUNCTION fac_rep_bestelling_items;
|
||||
DROP FUNCTION fac_rep_bestelopdr_items;
|
||||
|
||||
ALTER TABLE prs_afdeling DROP COLUMN prs_afdeling_kostenplaats;
|
||||
DROP PROCEDURE bes_make_xmlorders;
|
||||
DROP TABLE bes_cXMLparams;
|
||||
DROP TRIGGER bes_t_bes_bestelopdr_xml_a_iu;
|
||||
DROP TRIGGER mld_t_mld_melding_xml_a_iu;
|
||||
DROP TRIGGER mld_t_mld_opdr_xml_a_iu;
|
||||
DROP VIEW bes_bestelopdr_xmlsource;
|
||||
DROP VIEW bes_item_prijs;
|
||||
/*
|
||||
--ALTER TABLE mld_melding DROP COLUMN mld_melding_username;
|
||||
|
||||
Reference in New Issue
Block a user