mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-12 01:54:26 +02:00
Apply suggestions from code review
Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
This commit is contained in:
parent
a68810301a
commit
1e22c9f5eb
2 changed files with 2 additions and 3 deletions
|
@ -1140,7 +1140,7 @@ CREATE TABLE IF NOT EXISTS `post-tag` (
|
|||
CREATE TABLE IF NOT EXISTS `post-user` (
|
||||
`uri-id` int unsigned NOT NULL COMMENT 'Id of the item-uri table entry that contains the item uri',
|
||||
`uid` mediumint unsigned NOT NULL COMMENT 'Owner id which owns this copy of the item',
|
||||
`protocol` tinyint unsigned COMMENT 'The used transport protocol - can be different per user',
|
||||
`protocol` tinyint unsigned COMMENT 'Protocol used to deliver the item for this user',
|
||||
`contact-id` int unsigned NOT NULL DEFAULT 0 COMMENT 'contact.id',
|
||||
`unseen` boolean NOT NULL DEFAULT '1' COMMENT 'post has not been seen',
|
||||
`hidden` boolean NOT NULL DEFAULT '0' COMMENT 'Marker to hide the post from the user',
|
||||
|
@ -1756,4 +1756,3 @@ CREATE VIEW `workerqueue-view` AS SELECT
|
|||
INNER JOIN `workerqueue` ON `workerqueue`.`pid` = `process`.`pid`
|
||||
WHERE NOT `workerqueue`.`done`;
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue