]> git.mxchange.org Git - friendica.git/blobdiff - src/Database/DBStructure.php
Fix: Subscriptions from GNU Social partially don't work
[friendica.git] / src / Database / DBStructure.php
index c94690a4c89794f84bab5584055588989d1f3da7..21301947cfb5ee582ff69e9479bb2ce59516d210 100644 (file)
@@ -1556,6 +1556,7 @@ class DBStructure
                                                "push" => ["type" => "tinyint unsigned", "not null" => "1", "default" => "0", "comment" => "Retrial counter"],
                                                "last_update" => ["type" => "datetime", "not null" => "1", "default" => NULL_DATE, "comment" => "Date of last successful trial"],
                                                "next_try" => ["type" => "datetime", "not null" => "1", "default" => NULL_DATE, "comment" => "Next retrial date"],
+                                               "renewed" => ["type" => "datetime", "not null" => "1", "default" => NULL_DATE, "comment" => "Date of last subscription renewal"],
                                                "secret" => ["type" => "varchar(255)", "not null" => "1", "default" => "", "comment" => ""],
                                                ],
                                "indexes" => [