~alltray-developers/alltray/website

« back to all changes in this revision

Viewing changes to mediawiki-1.14.0/maintenance/archives/patch-watchlist-null.sql

  • Committer: Michael B. Trausch
  • Date: 2011-07-14 20:08:10 UTC
  • Revision ID: mike@trausch.us-20110714200810-m01r8l2f3w12uu5o
Remove wiki and update front page.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
 
2
 
ALTER TABLE /*$wgDBprefix*/watchlist
3
 
  CHANGE wl_notificationtimestamp wl_notificationtimestamp varbinary(14);
4
 
 
5
 
UPDATE /*$wgDBprefix*/watchlist
6
 
  SET wl_notificationtimestamp=NULL
7
 
  WHERE wl_notificationtimestamp='0';