]> git.mxchange.org Git - friendica.git/blobdiff - config/dbstructure.php
Move DB_UPDATE_VERSION from boot.php to config/dbstructure.php
[friendica.git] / config / dbstructure.php
index 7a96c0077fb67a2c2a2a1eba4e22b0535f3b9a6b..96f90fb8243b473381afd94ef4e7aff8dd812fee 100644 (file)
  *     ],
  * ],
  *
+ * If you need to make any change, make sure to increment the DB_UPDATE_VERSION constant value below.
  *
  */
 
 use Friendica\Database\DBA;
 
+if (!defined('DB_UPDATE_VERSION')) {
+       define('DB_UPDATE_VERSION', 1289);
+}
+
 return [
        "addon" => [
                "comment" => "registered addons",