From 71b1fa428ae6114af443e12951ce16c92f4f1a6a Mon Sep 17 00:00:00 2001 From: Gui Iribarren Date: Mon, 9 Sep 2024 17:47:43 +0200 Subject: [PATCH] (lts-backport) more dummy to trigger reindex --- vochain/indexer/migrations/0016_dummy.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 vochain/indexer/migrations/0016_dummy.sql diff --git a/vochain/indexer/migrations/0016_dummy.sql b/vochain/indexer/migrations/0016_dummy.sql new file mode 100644 index 000000000..358e65d31 --- /dev/null +++ b/vochain/indexer/migrations/0016_dummy.sql @@ -0,0 +1,5 @@ +-- +goose Up +-- intentionally does nothing + +-- This is a no-op command in SQLite, used just to have a valid SQL statement. +SELECT 1;