summaryrefslogtreecommitdiff
path: root/maintenance/archives/patch-drop-user_newtalk.sql
blob: 6ec84fb35dd6d027af228f9bcc462861dd5452fd (plain)
1
2
3
-- 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;