###########################################
# The snort schema changed in 2 places for the 1.8.2 version, but snort
# makes you "upgrade" to the new schema or it won't work!
UPDATE schema SET vseq="104" WHERE vseq="103";
ALTER TABLE reference MODIFY ref_tag TEXT NOT NULL;
