Post update ist now done.

This commit is contained in:
Michael Vogel 2016-04-03 16:36:05 +02:00 committed by Roland Haeder
parent f711258183
commit 4b0506879a
No known key found for this signature in database
GPG key ID: B72F8185C6C7BD78
6 changed files with 32 additions and 22 deletions

View file

@ -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"),