Drop archive.ar_text and ar_flags
[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 );