StatusTest.php: Make lines shorter to make phpcs happier
[mediawiki.git] / maintenance / archives / patch-drop-rc_cur_time.sql
blobf1bc9e8b6d05d09be7791de933eca4d9afd2f562
1 -- rc_cur_time is no longer used, delete the field
2 ALTER TABLE /*$wgDBprefix*/recentchanges DROP COLUMN rc_cur_time;