98575c6e99e9431f8e46e4e772bb63522efa91dc
[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 );