]> git.mxchange.org Git - friendica.git/blobdiff - static/dbstructure.config.php
Added mistakenly removed field
[friendica.git] / static / dbstructure.config.php
index ebb55b5d57f9e32353ba092d524a66cc26da4e0f..dad85d7b31dad477f4aa1652224eef17067b5cca 100644 (file)
@@ -1109,6 +1109,7 @@ return [
                        "network" => ["type" => "char(4)", "not null" => "1", "default" => "", "comment" => ""],
                        "created" => ["type" => "datetime", "not null" => "1", "default" => DBA::NULL_DATETIME, "comment" => ""],
                        "received" => ["type" => "datetime", "not null" => "1", "default" => DBA::NULL_DATETIME, "comment" => ""],
+                       "changed" => ["type" => "datetime", "not null" => "1", "default" => DBA::NULL_DATETIME, "comment" => "Date that something in the conversation changed, indicating clients should fetch the conversation again"],                        
                        "commented" => ["type" => "datetime", "not null" => "1", "default" => DBA::NULL_DATETIME, "comment" => ""]
                ],
                "indexes" => [