pass reverse-only as a separate parameter

... instead of hacking the internal structures of SQLPreprocessor
This commit is contained in:
Sarah Hoffmann
2026-02-12 10:56:52 +01:00
parent 5314e6c881
commit 70b9140f13
2 changed files with 5 additions and 6 deletions

View File

@@ -7,7 +7,7 @@
DROP TABLE IF EXISTS search_name;
{% if not db.reverse_only %}
{% if not create_reverse_only %}
CREATE TABLE search_name (
place_id BIGINT NOT NULL,