X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=static%2Fdbstructure.config.php;h=94d5a36025073847ef4e054cc6050a30757c4f9a;hb=2b41229a6ab8641e27c31326320d35079c3db2f4;hp=707e39468ea722c453be0575500f6d1b8a33329e;hpb=713552c39f89582dd8f42e72b9d776ba8e7972d5;p=friendica.git diff --git a/static/dbstructure.config.php b/static/dbstructure.config.php index 707e39468e..94d5a36025 100755 --- a/static/dbstructure.config.php +++ b/static/dbstructure.config.php @@ -1268,20 +1268,6 @@ return [ "expire" => ["expire"], ] ], - "sign" => [ - "comment" => "Diaspora signatures", - "fields" => [ - "id" => ["type" => "int unsigned", "not null" => "1", "extra" => "auto_increment", "primary" => "1", "comment" => "sequential ID"], - "iid" => ["type" => "int unsigned", "not null" => "1", "default" => "0", "relation" => ["item" => "id"], "comment" => "item.id"], - "signed_text" => ["type" => "mediumtext", "comment" => ""], - "signature" => ["type" => "text", "comment" => ""], - "signer" => ["type" => "varchar(255)", "not null" => "1", "default" => "", "comment" => ""], - ], - "indexes" => [ - "PRIMARY" => ["id"], - "iid" => ["UNIQUE", "iid"], - ] - ], "term" => [ "comment" => "item taxonomy (categories, tags, etc.) table", "fields" => [