diff options
Diffstat (limited to 'dbstore/sql/cpe/insert.sql')
-rw-r--r-- | dbstore/sql/cpe/insert.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dbstore/sql/cpe/insert.sql b/dbstore/sql/cpe/insert.sql new file mode 100644 index 0000000..dca1c2b --- /dev/null +++ b/dbstore/sql/cpe/insert.sql @@ -0,0 +1 @@ +INSERT INTO cpes(cpe_uri, cpe23) VALUES (?, ?); |