]> git.mxchange.org Git - friendica.git/commitdiff
Updated database.sql
authorMichael Vogel <icarus@dabo.de>
Mon, 20 Jun 2016 04:29:56 +0000 (06:29 +0200)
committerMichael Vogel <icarus@dabo.de>
Mon, 20 Jun 2016 04:29:56 +0000 (06:29 +0200)
database.sql

index 275982d8446346b1b27ee9485862585f37cb4452..4a36384d92f3d80cc79d6d783930be5dba4779da 100644 (file)
@@ -964,6 +964,8 @@ CREATE TABLE IF NOT EXISTS `thread` (
        `uid` int(10) unsigned NOT NULL DEFAULT 0,
        `contact-id` int(11) unsigned NOT NULL DEFAULT 0,
        `gcontact-id` int(11) unsigned NOT NULL DEFAULT 0,
+       `owner-id` int(11) unsigned NOT NULL DEFAULT 0,
+       `author-id` int(11) unsigned NOT NULL DEFAULT 0,
        `created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
        `edited` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
        `commented` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',