Merge "tests: group structures tests in their own directory"
[mediawiki.git] / maintenance / postgres / archives / patch-valid_tag.sql
blob98575c6e99e9431f8e46e4e772bb63522efa91dc
1 CREATE TABLE valid_tag (
2   vt_tag TEXT NOT NULL PRIMARY KEY
3 );