]> git.mxchange.org Git - friendica.git/blobdiff - boot.php
move hidewall to user table - queries are getting too complicated and servers falling...
[friendica.git] / boot.php
index 8d2d313078ad6df4459fd6a9a2eef404ac5b532b..5d3643e069e0c400a0bf38601d724cd46e281d59 100644 (file)
--- a/boot.php
+++ b/boot.php
@@ -6,7 +6,7 @@ ini_set('pcre.backtrack_limit', 250000);
 
 define ( 'FRIENDIKA_VERSION',      '2.2.1032' );
 define ( 'DFRN_PROTOCOL_VERSION',  '2.21'    );
-define ( 'DB_UPDATE_VERSION',      1074      );
+define ( 'DB_UPDATE_VERSION',      1075      );
 
 define ( 'EOL',                    "<br />\r\n"     );
 define ( 'ATOM_TIME',              'Y-m-d\TH:i:s\Z' );