]> git.mxchange.org Git - friendica.git/blobdiff - src/Database/DBStructure.php
There is now a "content-warning" field
[friendica.git] / src / Database / DBStructure.php
index f4a88871d7a0c8032b5f874232c51f3ba28e637f..a1ef3374f9d6833ae41c103c61d99047522a307c 100644 (file)
@@ -1143,6 +1143,7 @@ class DBStructure
                                                "author-link" => ["type" => "varchar(255)", "not null" => "1", "default" => "", "comment" => ""],
                                                "author-avatar" => ["type" => "varchar(255)", "not null" => "1", "default" => "", "comment" => ""],
                                                "title" => ["type" => "varchar(255)", "not null" => "1", "default" => "", "comment" => ""],
+                                               "content-warning" => ["type" => "varchar(255)", "not null" => "1", "default" => "", "comment" => ""],
                                                "body" => ["type" => "mediumtext", "comment" => ""],
                                                "app" => ["type" => "varchar(255)", "not null" => "1", "default" => "", "comment" => ""],
                                                "verb" => ["type" => "varchar(100)", "not null" => "1", "default" => "", "comment" => ""],