From 8591498959775deef325ac31616327da5c3a6e32 Mon Sep 17 00:00:00 2001 From: sevenzing Date: Wed, 9 Oct 2024 15:47:14 +0300 Subject: [PATCH] typo --- libs/blockscout-db/migration/src/migration.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/blockscout-db/migration/src/migration.sql b/libs/blockscout-db/migration/src/migration.sql index 3fc5a1c10..174d4ec50 100644 --- a/libs/blockscout-db/migration/src/migration.sql +++ b/libs/blockscout-db/migration/src/migration.sql @@ -1570,7 +1570,7 @@ CREATE TABLE public.tokens ( name text, symbol text, total_supply numeric, - BigDecimals numeric, + decimals numeric, type character varying(255) NOT NULL, cataloged boolean DEFAULT false, contract_address_hash bytea NOT NULL,