Remove unneeded followers column from remoteusers

To migrate:

  ALTER TABLE `remoteusers` DROP `followers`;
pull/24/head
Matt Baer 6 years ago
parent a0ac7bbbcd
commit bbed72ff6b
  1. 1
      schema.sql

@ -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…
Cancel
Save