aboutsummaryrefslogtreecommitdiff
path: root/dbstore/sql/cpe-match/insert-version-max.sql
diff options
context:
space:
mode:
Diffstat (limited to 'dbstore/sql/cpe-match/insert-version-max.sql')
-rw-r--r--dbstore/sql/cpe-match/insert-version-max.sql5
1 files changed, 5 insertions, 0 deletions
diff --git a/dbstore/sql/cpe-match/insert-version-max.sql b/dbstore/sql/cpe-match/insert-version-max.sql
new file mode 100644
index 0000000..b39944f
--- /dev/null
+++ b/dbstore/sql/cpe-match/insert-version-max.sql
@@ -0,0 +1,5 @@
+INSERT INTO cpe_match_version_maxs(
+ cpe_match_id,
+ is_inclusive,
+ max_version
+) VALUES (?, ?, ?);