Addressing comment by IAlex. Setting svn:eol-style to native and removing ?> from...
[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 );