Merge "Update jakub-onderka/php-parallel-lint to 0.9.2"
[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*/;