Fix: Subscriptions from GNU Social partially don't work

This commit is contained in:
Michael 2018-05-18 12:18:12 +00:00
parent 13ae3436b6
commit feb3d76a5b
3 changed files with 34 additions and 49 deletions

View 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" => [