svn path=/Customer/trunk/; revision=13421
This commit is contained in:
31
ALLV/Once/allv_delete_res_content.sql
Normal file
31
ALLV/Once/allv_delete_res_content.sql
Normal file
@@ -0,0 +1,31 @@
|
||||
-- Customer specific once-script to clean-up/delete all reservations that have been made
|
||||
-- during test-period.
|
||||
-- (c) 2007 Facilitor/Dijkoraad IT bv
|
||||
-- $Revision: 1 $
|
||||
-- $Modtime: 29-10-07 10:56 $
|
||||
--
|
||||
-- Support: +31 53 4800700
|
||||
SET ECHO ON;
|
||||
SPOOL xallv_delete_res_content.lst;
|
||||
|
||||
/* BEZ */
|
||||
DELETE FROM bez_bezoekers;
|
||||
|
||||
DELETE FROM bez_afspraak;
|
||||
|
||||
/* RES */
|
||||
DELETE FROM res_rsv_deel;
|
||||
|
||||
DELETE FROM res_rsv_artikel;
|
||||
|
||||
DELETE FROM res_rsv_ruimte;
|
||||
|
||||
DELETE FROM res_reservering;
|
||||
|
||||
DELETE FROM res_kenmerkwaarde;
|
||||
|
||||
/* WEB user messages */
|
||||
DELETE FROM web_user_messages;
|
||||
|
||||
COMMIT;
|
||||
SPOOL OFF;
|
||||
Reference in New Issue
Block a user