Merge "Provide PHPUnit 4 and 6 compatibility layer"
[lhc/web/wiklou.git] / maintenance / postgres / archives / patch-valid_tag.sql
1 CREATE TABLE valid_tag (
2 vt_tag TEXT NOT NULL PRIMARY KEY
3 );