[Rt-commit] [svn] r1289 - rt/branches/3.2-RELEASE/etc

huberth at pallas.eruditorum.org huberth at pallas.eruditorum.org
Wed Jul 28 14:35:39 EDT 2004


Author: huberth
Date: Wed Jul 28 14:35:38 2004
New Revision: 1289

Modified:
   rt/branches/3.2-RELEASE/etc/drop.Oracle
Log:
RT-Ticket: 5908
RT-Status: resolved

 * drop.Oracle now drops the attributes table.


Modified: rt/branches/3.2-RELEASE/etc/drop.Oracle
==============================================================================
--- rt/branches/3.2-RELEASE/etc/drop.Oracle	(original)
+++ rt/branches/3.2-RELEASE/etc/drop.Oracle	Wed Jul 28 14:35:38 2004
@@ -1,5 +1,6 @@
 DROP TABLE ACL;
 DROP TABLE ATTACHMENTS;
+DROP TABLE ATTRIBUTES;
 DROP TABLE CACHEDGROUPMEMBERS;
 DROP TABLE CUSTOMFIELDS;
 DROP TABLE CUSTOMFIELDVALUES;
@@ -19,6 +20,7 @@
 DROP TABLE USERS;
 DROP SEQUENCE ACL_seq;
 DROP SEQUENCE ATTACHMENTS_seq;
+DROP SEQUENCE ATTRIBUTES_seq;
 DROP SEQUENCE CACHEDGROUPMEMBERS_seq;
 DROP SEQUENCE CUSTOMFIELDS_seq;
 DROP SEQUENCE CUSTOMFIELDVALUES_seq;


More information about the Rt-commit mailing list