Page MenuHomePhabricator

Investigate possible issues with SQLite
Closed, ResolvedPublic

Description

includes/AbuseFilterHooks.php
/*
$updater->addExtensionUpdate( array(
  'modifyField',
  'abuse_filter_log',
  'afl_namespace',
  "$dir/db_patches/patch-afl-namespace_int.sqlite.sql",
  true
) );
*/
/* @todo Modify a column in sqlite, which do not support such
 * things create backup, drop, create with new schema, copy,
 * drop backup or simply see
 * https://www.mediawiki.org/wiki/Manual:SQLite#About_SQLite :
 * Several extensions are known to have database update or
 * installation issues with SQLite: AbuseFilter, ...
*/