]> git.mxchange.org Git - friendica.git/blobdiff - static/dbstructure.config.php
updated JA translation THX daingewuvzeevisiddfddd
[friendica.git] / static / dbstructure.config.php
index a074ef0b82cf35ebc0a6fbe94a979fae40409282..835cb3ff37b5d784c3726efc7fd808dea6b1277e 100644 (file)
@@ -55,7 +55,7 @@
 use Friendica\Database\DBA;
 
 if (!defined('DB_UPDATE_VERSION')) {
-       define('DB_UPDATE_VERSION', 1417);
+       define('DB_UPDATE_VERSION', 1418);
 }
 
 return [
@@ -439,6 +439,7 @@ return [
                        "read" => ["type" => "boolean", "comment" => "Read scope"],
                        "write" => ["type" => "boolean", "comment" => "Write scope"],
                        "follow" => ["type" => "boolean", "comment" => "Follow scope"],
+                       "push" => ["type" => "boolean", "comment" => "Push scope"],
                ],
                "indexes" => [
                        "PRIMARY" => ["id"],
@@ -457,6 +458,7 @@ return [
                        "read" => ["type" => "boolean", "comment" => "Read scope"],
                        "write" => ["type" => "boolean", "comment" => "Write scope"],
                        "follow" => ["type" => "boolean", "comment" => "Follow scope"],
+                       "push" => ["type" => "boolean", "comment" => "Push scope"],
                ],
                "indexes" => [
                        "PRIMARY" => ["application-id", "uid"],