Open
Description
The SQL output bot documentation says, the SQLite database can be initialized with the intelmq_psql_initdb's initdb.sql:
Lines 4089 to 4094 in 79cae29
However, that does not work:
sqlite> .read /tmp/initdb.sql
Parse error near line 86: near "USING": syntax error
"idx_events_classification.identifier" ON events USING btree ("classification
error here ---^
[etc... for all indices]