]> git.mxchange.org Git - friendica.git/blobdiff - config/dbstructure.config.php
Move mod/attach to src, add Attach model, update attach table to use storage backends
[friendica.git] / config / dbstructure.config.php
index 0be6ba4028460de32a3adf57a3826ccd9e3215dc..a4728c15d1f4d0d7eeeabcca350e14bbe688de0a 100644 (file)
@@ -34,7 +34,7 @@
 use Friendica\Database\DBA;
 
 if (!defined('DB_UPDATE_VERSION')) {
-       define('DB_UPDATE_VERSION', 1298);
+       define('DB_UPDATE_VERSION', 1299);
 }
 
 return [
@@ -99,6 +99,8 @@ return [
                        "allow_gid" => ["type" => "mediumtext", "comment" => "Access Control - list of allowed groups"],
                        "deny_cid" => ["type" => "mediumtext", "comment" => "Access Control - list of denied contact.id"],
                        "deny_gid" => ["type" => "mediumtext", "comment" => "Access Control - list of denied groups"],
+                       "backend-class" => ["type" => "tinytext", "comment" => "Storage backend class"],
+                       "backend-ref" => ["type" => "text", "comment" => "Storage backend data reference"],
                ],
                "indexes" => [
                        "PRIMARY" => ["id"],