Skip to content
Snippets Groups Projects
Commit f5c44055 authored by Robert Martin-Legene's avatar Robert Martin-Legene
Browse files

Raul Reider pidio un indice mas.

parent 92f734a0
No related branches found
No related tags found
No related merge requests found
......@@ -52,6 +52,7 @@ CREATE INDEX "block_parentBlockHashId" ON "public"."blo
CREATE INDEX "block_sealerAccountId" ON "public"."block" ("sealerAccountId");
CREATE INDEX "block_number" ON "public"."block" ("number");
CREATE INDEX "block_timestamp" ON "public"."block" ("timestamp");
CREATE INDEX "block_sealerAccountId_timestamp" ON "public"."block" ("sealerAccountId","timestamp");
CREATE TABLE "public"."transaction" (
"hash" character(66) NOT NULL,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment