mirror of
https://github.com/friendica/friendica
synced 2025-04-25 12:30:11 +00:00
Post update ist now done.
This commit is contained in:
parent
f711258183
commit
4b0506879a
6 changed files with 32 additions and 22 deletions
|
@ -783,7 +783,6 @@ function db_definition() {
|
|||
"parent-uri" => array("type" => "varchar(255)", "not null" => "1", "default" => ""),
|
||||
"extid" => array("type" => "varchar(255)", "not null" => "1", "default" => ""),
|
||||
"thr-parent" => array("type" => "varchar(255)", "not null" => "1", "default" => ""),
|
||||
"shadow" => array("type" => "int(10) unsigned", "not null" => "1", "default" => "0"),
|
||||
"created" => array("type" => "datetime", "not null" => "1", "default" => "0000-00-00 00:00:00"),
|
||||
"edited" => array("type" => "datetime", "not null" => "1", "default" => "0000-00-00 00:00:00"),
|
||||
"commented" => array("type" => "datetime", "not null" => "1", "default" => "0000-00-00 00:00:00"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue