You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by at...@apache.org on 2007/07/08 23:01:28 UTC

svn commit: r554443 - /portals/jetspeed-2/trunk/etc/sql/drop.sql

Author: ate
Date: Sun Jul  8 14:01:28 2007
New Revision: 554443

URL: http://svn.apache.org/viewvc?view=rev&rev=554443
Log:
drop DDL for JS2-724: Audit logs for administrative actions

Modified:
    portals/jetspeed-2/trunk/etc/sql/drop.sql

Modified: portals/jetspeed-2/trunk/etc/sql/drop.sql
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/etc/sql/drop.sql?view=diff&rev=554443&r1=554442&r2=554443
==============================================================================
--- portals/jetspeed-2/trunk/etc/sql/drop.sql (original)
+++ portals/jetspeed-2/trunk/etc/sql/drop.sql Sun Jul  8 14:01:28 2007
@@ -98,4 +98,6 @@
 drop table SECURITY_PRINCIPAL;
 drop table PORTLET_STATISTICS;
 drop table PAGE_STATISTICS;
-drop table USER_STATISTICS;
+drop table USER_STATISTICS;
+drop table ADMIN_ACTIVITY;
+drop table USER_ACTIVITY;



---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-dev-help@portals.apache.org