Author: julianfoad
Date: Thu Feb 24 11:35:44 2022
New Revision: 1898365

URL: http://svn.apache.org/viewvc?rev=1898365&view=rev
Log:
* subversion/libsvn_wc/wc-metadata.sql
  Add a cross-reference to other places we need to update.

Suggested by: danielsh

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=1898365&r1=1898364&r2=1898365&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_wc/wc-metadata.sql (original)
+++ subversion/trunk/subversion/libsvn_wc/wc-metadata.sql Thu Feb 24 11:35:44 
2022
@@ -716,6 +716,14 @@ PRAGMA user_version = 32;
 
 
 /* ------------------------------------------------------------------------- */
+/* When bumping the format, also update:
+ *
+ *   * subversion/tests/libsvn_wc/wc-queries-test.c
+ *     (schema_statements, create_memory_db)
+ */
+
+
+/* ------------------------------------------------------------------------- */
 
 /* Format 99 drops all columns not needed due to previous format upgrades.
    Before we release 1.7, these statements will be pulled into a format bump


Reply via email to