Author: ehu
Date: Mon Sep 6 13:41:15 2010
New Revision: 993026
URL: http://svn.apache.org/viewvc?rev=993026&view=rev
Log:
Remove ### comment answered in the comment above.
Modified:
subversion/trunk/subversion/libsvn_wc/wc-metadata.sql
Modified: subversion/trunk/subversion/libsvn_wc/wc-metadata.sql
URL:
http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_wc/wc-metadata.sql?rev=993026&r1=993025&r2=993026&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_wc/wc-metadata.sql (original)
+++ subversion/trunk/subversion/libsvn_wc/wc-metadata.sql Mon Sep 6 13:41:15
2010
@@ -802,7 +802,6 @@ CREATE TABLE NODES (
this will be "" if the parent is the wcroot. Since a wcroot will
never have a WORKING node the parent_relpath will never be null,
except when op_depth == 0 and the node is a wcroot. */
- /* ### would be nice to make this column NOT NULL. */
parent_relpath TEXT,