mirror of
https://github.com/writefreely/writefreely
synced 2024-11-28 03:20:17 +00:00
Remove unneeded followers column from remoteusers
To migrate: ALTER TABLE `remoteusers` DROP `followers`;
This commit is contained in:
parent
a0ac7bbbcd
commit
bbed72ff6b
1 changed files with 0 additions and 1 deletions
|
@ -156,7 +156,6 @@ CREATE TABLE IF NOT EXISTS `remoteusers` (
|
|||
`actor_id` varchar(255) NOT NULL,
|
||||
`inbox` varchar(255) NOT NULL,
|
||||
`shared_inbox` varchar(255) NOT NULL,
|
||||
`followers` varchar(255) NOT NULL,
|
||||
PRIMARY KEY (`id`),
|
||||
UNIQUE KEY `collection_id` (`actor_id`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
|
||||
|
|
Loading…
Reference in a new issue