Remove unneeded followers column from remoteusers
To migrate: ALTER TABLE `remoteusers` DROP `followers`;
This commit is contained in:
@@ -156,7 +156,6 @@ CREATE TABLE IF NOT EXISTS `remoteusers` (
|
|||||||
`actor_id` varchar(255) NOT NULL,
|
`actor_id` varchar(255) NOT NULL,
|
||||||
`inbox` varchar(255) NOT NULL,
|
`inbox` varchar(255) NOT NULL,
|
||||||
`shared_inbox` varchar(255) NOT NULL,
|
`shared_inbox` varchar(255) NOT NULL,
|
||||||
`followers` varchar(255) NOT NULL,
|
|
||||||
PRIMARY KEY (`id`),
|
PRIMARY KEY (`id`),
|
||||||
UNIQUE KEY `collection_id` (`actor_id`)
|
UNIQUE KEY `collection_id` (`actor_id`)
|
||||||
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
|
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
|
||||||
|
Reference in New Issue
Block a user