diff --git a/schemas/aws/contracts.sql b/schemas/aws/contracts.sql index 555f6b3..cc311c6 100644 --- a/schemas/aws/contracts.sql +++ b/schemas/aws/contracts.sql @@ -15,4 +15,4 @@ TBLPROPERTIES ( 'skip.header.line.count' = '1' ); -MSCK REPAIR TABLE blocks; +MSCK REPAIR TABLE contracts; diff --git a/schemas/aws/erc20_tokens.sql b/schemas/aws/erc20_tokens.sql index 9e1616c..baa88fe 100644 --- a/schemas/aws/erc20_tokens.sql +++ b/schemas/aws/erc20_tokens.sql @@ -18,4 +18,4 @@ TBLPROPERTIES ( 'skip.header.line.count' = '1' ); -MSCK REPAIR TABLE blocks; +MSCK REPAIR TABLE erc20_tokens; diff --git a/schemas/aws/logs.sql b/schemas/aws/logs.sql index 341ab1e..d013ad9 100644 --- a/schemas/aws/logs.sql +++ b/schemas/aws/logs.sql @@ -21,4 +21,4 @@ TBLPROPERTIES ( 'skip.header.line.count' = '1' ); -MSCK REPAIR TABLE blocks; +MSCK REPAIR TABLE logs; diff --git a/schemas/aws/receipts.sql b/schemas/aws/receipts.sql index 96181d5..ef3317e 100644 --- a/schemas/aws/receipts.sql +++ b/schemas/aws/receipts.sql @@ -22,4 +22,4 @@ TBLPROPERTIES ( 'skip.header.line.count' = '1' ); -MSCK REPAIR TABLE transactions; +MSCK REPAIR TABLE receipts;