wiki.techinc.nl/maintenance/archives/patch-drop-user_newtalk.sql
Brion Vibber 798270581d (bug 454) Merge e-notif 2.00
From http://bugzilla.wikipedia.org/attachment.cgi?id=171&action=view
and extra files from http://www.tgries.de/mw/cvs15+enea200-minus-cvs.tgz

Undid a couple minor bits like the broken changing of minoreditletter.
Have not yet made general corrections/reworkings. Since this changes
the user and watchlist tables, you must run the updaters (installer or
update.php) on an existing database.
2004-12-18 03:47:11 +00:00

3 lines
216 B
SQL

-- Patch for email authentication T.Gries/M.Arndt 27.11.2004
-- Table user_newtalk is dropped, as the table watchlist is now also used for storing user_talk-page notifications
DROP TABLE /*$wgDBprefix*/user_newtalk;