Page MenuHomePhabricator

Drop table linkscc
Closed, ResolvedPublic

Description

This table hasn't been written since 2013 and it is marked to be deleted at: T54921

Deletion progress:

  • s1
  • s2
  • s3
  • s4
  • s5
  • s6
  • s7

It doesn't exist on s8

Event Timeline

The table is empty everywhere, so there is no need to take a backup.
For the record this is the structure:

CREATE TABLE `linkscc` (
  `lcc_pageid` int(10) unsigned NOT NULL DEFAULT '0',
  `lcc_cacheobj` mediumblob NOT NULL,
  UNIQUE KEY `lcc_pageid` (`lcc_pageid`)
) ENGINE=InnoDB DEFAULT CHARSET=binary
Marostegui updated the task description. (Show Details)

Table removed everywhere