Merge "Special:Preferences OOUI: Reduce width of number inputs to 10em "
[lhc/web/wiklou.git] / maintenance / archives / patch-valid_tag.sql
1 -- Andrew Garrett, 2009-01
2 CREATE TABLE /*_*/valid_tag (
3 vt_tag varchar(255) NOT NULL PRIMARY KEY
4 ) /*$wgDBTableOptions*/;