You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@roller.apache.org by ga...@apache.org on 2009/09/17 17:16:34 UTC

svn commit: r816231 - /roller/trunk/apps/weblogger/src/sql/droptables.sql

Author: gangolli
Date: Thu Sep 17 15:16:31 2009
New Revision: 816231

URL: http://svn.apache.org/viewvc?rev=816231&view=rev
Log:
Fix mediafile table drops to agree with actual created table names.

Modified:
    roller/trunk/apps/weblogger/src/sql/droptables.sql

Modified: roller/trunk/apps/weblogger/src/sql/droptables.sql
URL: http://svn.apache.org/viewvc/roller/trunk/apps/weblogger/src/sql/droptables.sql?rev=816231&r1=816230&r2=816231&view=diff
==============================================================================
--- roller/trunk/apps/weblogger/src/sql/droptables.sql (original)
+++ roller/trunk/apps/weblogger/src/sql/droptables.sql Thu Sep 17 15:16:31 2009
@@ -40,9 +40,9 @@
 drop table folder;
 drop table folderassoc;
 drop table roller_userattribute;
-drop table media_file_tag;
-drop table media_file;
-drop table media_file_directory;
+drop table roller_mediafiletag;
+drop table roller_mediafile;
+drop table roller_mediafiledir;
 
 
 -- core services tables