Page MenuHomePhabricator

Complicated database schema update procedure will make enabling AF on a new wiki (that can't use update.php) a PITA
Closed, ResolvedPublic

Description

As the title says.

The main sql file for ArticleFeedback hasn't been updated to do everything, so as of the moment there are 13 files

This isn't very friendly or useful :(


Version: unspecified
Severity: normal

Details

Reference
bz30426

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 11:56 PM
bzimport added a project: ArticleFeedback.
bzimport set Reference to bz30426.
bzimport added a subscriber: Unknown Object (MLST).

Relatedly...

The updater hook function doesn't need to do all of those table exists calls, as the DatabaseUpdater will do it for them

r94799 and r94802

Waiting for sanity check before closing bug

With r94803, seems it's done