Merge "Let nextJobDB.php narrow down the type based on a set."
[lhc/web/wiklou.git] / maintenance / ibm_db2 / patch-change_valid_tag.sql
1 CREATE TABLE valid_tag (
2 vt_tag varchar(255) NOT NULL PRIMARY KEY
3 );