aboutsummaryrefslogtreecommitdiff
path: root/dbstore/sql/cpe-match/insert-version-min.sql
blob: a7e8643210ef35d4cad7c905d14ce4a047be4f0e (plain)
1
2
3
4
5
INSERT INTO cpe_match_version_mins(
  cpe_match_id,
  is_inclusive, 
  min_version
) VALUES (?, ?, ?);