fix(btc): invalid table name

Co-authored-by: Gaze <dev@gaze.network>
This commit is contained in:
Gaze
2024-04-17 17:44:13 +07:00
parent accae9e27c
commit 4a1aa6372d

View File

@@ -14,7 +14,7 @@ CREATE TABLE IF NOT EXISTS "bitcoin_indexer_db_version" (
"version" INT NOT NULL,
"created_at" TIMESTAMP WITH TIME ZONE NOT NULL DEFAULT CURRENT_TIMESTAMP
);
INSERT INTO "bitcoin_db_version" ("version") VALUES (1);
INSERT INTO "bitcoin_indexer_db_version" ("version") VALUES (1);
-- Bitcoin Data