Author: vmassol
Date: 2008-01-28 12:00:28 +0100 (Mon, 28 Jan 2008)
New Revision: 7101

Modified:
   
xwiki-platform/core/branches/xwiki-core-1.2/xwiki-core/src/main/java/com/xpn/xwiki/store/migration/hibernate/R4359XWIKI1459Migrator.java
Log:
Removed unneeded comment (we have a migrator for that btw)

Modified: 
xwiki-platform/core/branches/xwiki-core-1.2/xwiki-core/src/main/java/com/xpn/xwiki/store/migration/hibernate/R4359XWIKI1459Migrator.java
===================================================================
--- 
xwiki-platform/core/branches/xwiki-core-1.2/xwiki-core/src/main/java/com/xpn/xwiki/store/migration/hibernate/R4359XWIKI1459Migrator.java
    2008-01-28 10:24:48 UTC (rev 7100)
+++ 
xwiki-platform/core/branches/xwiki-core-1.2/xwiki-core/src/main/java/com/xpn/xwiki/store/migration/hibernate/R4359XWIKI1459Migrator.java
    2008-01-28 11:00:28 UTC (rev 7101)
@@ -130,17 +130,5 @@
                 return Boolean.TRUE;
             }
         })==null) return;
-        // drop old column
-        // I think it is not needed. this column do not harm, but may be 
useful. User can delete it by self in any time.
-        /*manager.getStore(context).executeWrite(context, true, new 
HibernateCallBack() {
-            public Object doInHibernate(Session session) throws Exception
-            {
-                Connection connection = session.connection();
-                Statement stmt = connection.createStatement();
-                stmt.executeUpdate("ALTER TABLE xwikidoc DROP COLUMN 
XWD_ARCHIVE");
-                connection.commit();
-                return null;
-            }
-        });*/
     }
 }

_______________________________________________
notifications mailing list
notifications@xwiki.org
http://lists.xwiki.org/mailman/listinfo/notifications

Reply via email to