mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-12 01:54:26 +02:00
No gcontact-id anymore (It wasn't really used)
This commit is contained in:
parent
eed35c3e69
commit
a59796d1d4
7 changed files with 12 additions and 95 deletions
|
@ -445,7 +445,6 @@ CREATE TABLE IF NOT EXISTS `item` (
|
|||
`uri` varchar(255) NOT NULL DEFAULT '' COMMENT '',
|
||||
`uid` mediumint unsigned NOT NULL DEFAULT 0 COMMENT 'User id',
|
||||
`contact-id` int unsigned NOT NULL DEFAULT 0 COMMENT '',
|
||||
`gcontact-id` int unsigned NOT NULL DEFAULT 0 COMMENT '',
|
||||
`type` varchar(20) NOT NULL DEFAULT '' COMMENT '',
|
||||
`wall` boolean NOT NULL DEFAULT '0' COMMENT '',
|
||||
`gravity` tinyint unsigned NOT NULL DEFAULT 0 COMMENT '',
|
||||
|
@ -948,7 +947,6 @@ CREATE TABLE IF NOT EXISTS `thread` (
|
|||
`iid` int unsigned NOT NULL DEFAULT 0 COMMENT '',
|
||||
`uid` mediumint unsigned NOT NULL DEFAULT 0 COMMENT 'User id',
|
||||
`contact-id` int unsigned NOT NULL DEFAULT 0 COMMENT '',
|
||||
`gcontact-id` int unsigned NOT NULL DEFAULT 0 COMMENT '',
|
||||
`owner-id` int unsigned NOT NULL DEFAULT 0 COMMENT '',
|
||||
`author-id` int unsigned NOT NULL DEFAULT 0 COMMENT '',
|
||||
`created` datetime NOT NULL DEFAULT '0001-01-01 00:00:00' COMMENT '',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue