aboutsummaryrefslogtreecommitdiffstats
path: root/update.php
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-06-28 23:20:58 -0700
committerFriendika <info@friendika.com>2011-06-28 23:20:58 -0700
commit48521fa4e131cd77cb8e8cdb32ff1f96120ec4f5 (patch)
treef652f55526271f98d1c60b74932675674f2ea9a7 /update.php
parentd5855967a7088400e561708428d66c7a8105e8a2 (diff)
downloadvolse-hubzilla-48521fa4e131cd77cb8e8cdb32ff1f96120ec4f5.tar.gz
volse-hubzilla-48521fa4e131cd77cb8e8cdb32ff1f96120ec4f5.tar.bz2
volse-hubzilla-48521fa4e131cd77cb8e8cdb32ff1f96120ec4f5.zip
document better the UPDATE_VERSION
Diffstat (limited to 'update.php')
-rw-r--r--update.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/update.php b/update.php
index ce8c694ca..306731a13 100644
--- a/update.php
+++ b/update.php
@@ -15,7 +15,7 @@ define( 'UPDATE_VERSION' , 1070 );
*
* At the top of the file "boot.php" is a define for DB_UPDATE_VERSION. Any time there is a change
* to the database schema or one which requires an upgrade path from the existing application,
- * the DB_UPDATE_VERSION is incremented.
+ * the DB_UPDATE_VERSION and the UPDATE_VERSION at the top of this file are incremented.
*
* The current DB_UPDATE_VERSION is stored in the config area of the database. If the application starts up
* and DB_UPDATE_VERSION is greater than the last stored build number, we will process every update function