mirror of
https://github.com/friendica/friendica
synced 2025-04-23 15:50:25 +00:00
Fix: Subscriptions from GNU Social partially don't work
This commit is contained in:
parent
13ae3436b6
commit
feb3d76a5b
3 changed files with 34 additions and 49 deletions
|
@ -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" => [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue