[Rt-commit] r7687 - in rt/branches/3.6-RELEASE: .

jesse at bestpractical.com jesse at bestpractical.com
Wed Apr 25 09:22:16 EDT 2007


Author: jesse
Date: Wed Apr 25 09:22:08 2007
New Revision: 7687

Modified:
   rt/branches/3.6-RELEASE/   (props changed)
   rt/branches/3.6-RELEASE/etc/drop.Oracle

Log:
 r56038 at pinglin:  jesse | 2007-04-25 09:21:30 -0400
 The drop.Oracle script was incomplete, drop statements were incorrect for version 3.6.3
     -Reported by Christophe Nowicki cscm at meuh.dyndns.org


Modified: rt/branches/3.6-RELEASE/etc/drop.Oracle
==============================================================================
--- rt/branches/3.6-RELEASE/etc/drop.Oracle	(original)
+++ rt/branches/3.6-RELEASE/etc/drop.Oracle	Wed Apr 25 09:22:08 2007
@@ -14,7 +14,8 @@
 DROP TABLE SCRIPS;
 DROP TABLE SESSIONS;
 DROP TABLE TEMPLATES;
-DROP TABLE TICKETCUSTOMFIELDVALUES;
+DROP TABLE OBJECTUSTOMFIELDS;
+DROP TABLE OBJECTUSTOMFIELDVALUES;
 DROP TABLE TICKETS;
 DROP TABLE TRANSACTIONS;
 DROP TABLE USERS;
@@ -33,7 +34,8 @@
 DROP SEQUENCE SCRIPCONDITIONS_seq;
 DROP SEQUENCE SCRIPS_seq;
 DROP SEQUENCE TEMPLATES_seq;
-DROP SEQUENCE TICKETCUSTOMFIELDVALUES_seq;
+DROP SEQUENCE OBJECTCUSTOMFIELDVALUES_seq;
+DROP SEQUENCE OBJECTCUSTOMFIELDS_seq;
 DROP SEQUENCE TICKETS_seq;
 DROP SEQUENCE TRANSACTIONS_seq;
 DROP SEQUENCE USERS_seq;


More information about the Rt-commit mailing list