42 lines
1.2 KiB
Plaintext
42 lines
1.2 KiB
Plaintext
/*
|
|
* Update script van FACILITOR schema
|
|
* $Revision$
|
|
* $Id$
|
|
*/
|
|
#include "prologue.inc"
|
|
|
|
COMMIT;
|
|
SET DEFINE OFF
|
|
|
|
/////////////////////////////////////////////////////////////////////////////////////////// FCLT#73722
|
|
DELETE FROM fac_api
|
|
WHERE fac_api_name IN ('BES','BEZ','CNT','FIN','INS','MLD','PRS','RES')
|
|
AND fac_api_filepath = 'appl/api/api_soap.asp';
|
|
|
|
DROP VIEW alg_v_api_districten;
|
|
DROP VIEW alg_v_api_gebouwen;
|
|
DROP VIEW alg_v_api_locaties;
|
|
DROP VIEW alg_v_api_regios;
|
|
DROP VIEW alg_v_api_ruimten;
|
|
DROP VIEW alg_v_api_verdiepingen;
|
|
DROP VIEW bes_v_api_bestellingen;
|
|
DROP VIEW bes_v_api_bestelopdrachten;
|
|
DROP VIEW bez_v_api_afspraken;
|
|
DROP VIEW cnt_v_api_contracten;
|
|
DROP VIEW fin_v_api_facturen;
|
|
DROP VIEW ins_v_api_delen;
|
|
DROP VIEW mld_v_api_meldingen;
|
|
DROP VIEW mld_v_api_opdrachten;
|
|
DROP VIEW prs_v_api_afdelingen;
|
|
DROP VIEW prs_v_api_personen;
|
|
DROP VIEW res_v_api_reserveringen;
|
|
DROP VIEW res_v_api_voorzieningen;
|
|
|
|
/////////////////////////////////////////////////////////////////////////////////////////// XXXX#00000
|
|
|
|
/////////////////////////////////////////////////////////////////////////////////////////// FCLT#00000
|
|
|
|
REGISTERONCE('$Id$')
|
|
|
|
#include "epilogue.inc"
|