You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@roller.apache.org by ag...@apache.org on 2007/04/25 01:52:06 UTC

svn commit: r532142 - /roller/trunk/metadata/database/droptables.sql

Author: agilliland
Date: Tue Apr 24 16:52:05 2007
New Revision: 532142

URL: http://svn.apache.org/viewvc?view=rev&rev=532142
Log:
rag_config is no longer one of our tables.


Modified:
    roller/trunk/metadata/database/droptables.sql

Modified: roller/trunk/metadata/database/droptables.sql
URL: http://svn.apache.org/viewvc/roller/trunk/metadata/database/droptables.sql?view=diff&rev=532142&r1=532141&r2=532142
==============================================================================
--- roller/trunk/metadata/database/droptables.sql (original)
+++ roller/trunk/metadata/database/droptables.sql Tue Apr 24 16:52:05 2007
@@ -21,7 +21,6 @@
 drop table rag_group;
 drop table rag_planet;
 drop table rag_properties;
-drop table rag_config;
 
 -- non-associated tables
 drop table newsfeed;