Skip to content

Commit

Permalink
fix: update address transfers type index order (#197)
Browse files Browse the repository at this point in the history
  • Loading branch information
Romsters authored Mar 11, 2024
1 parent 39336aa commit 9ed1cc0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export class AddAddressTransferType1709722093204 implements MigrationInterface {
`ALTER TABLE "addressTransfers" ADD "type" "public"."addressTransfers_type_enum" NOT NULL DEFAULT 'transfer'`
);
await queryRunner.query(
`CREATE INDEX "IDX_aa5a147f1f6a4acde1a13de594" ON "addressTransfers" ("address", "type", "timestamp", "logIndex") `
`CREATE INDEX "IDX_aa5a147f1f6a4acde1a13de594" ON "addressTransfers" ("address", "type", "timestamp", "logIndex" DESC) `
);
}

Expand Down

0 comments on commit 9ed1cc0

Please sign in to comment.