tronscan / tronscan-api

Tronscan API
https://api.tronscan.org
59 stars 37 forks source link

column "to_address" of relation "transactions" does not exist #46

Closed jangam2021 closed 6 years ago

jangam2021 commented 6 years ago

(FULL NODE BLOCK,3008) [error] application - Query Exception org.postgresql.util.PSQLException: ERROR: column "to_address" of relation "transactions" does not exist Position: 87 at org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:2433) at org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:2178) at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:306) at org.postgresql.jdbc.PgStatement.executeInternal(PgStatement.java:441) at org.postgresql.jdbc.PgStatement.execute(PgStatement.java:365) at org.postgresql.jdbc.PgPreparedStatement.executeWithFlags(PgPreparedStatement.java:155) at org.postgresql.jdbc.PgPreparedStatement.executeUpdate(PgPreparedStatement.java:132) at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeUpdate(ProxyPreparedStatement.java:61) at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeUpdate(HikariProxyPreparedStatement.java) at slick.jdbc.JdbcActionComponent$InsertActionComposerImpl$SingleInsertAction.$anonfun$run$11(JdbcActionComponent.scala:510) (FULL NODE BLOCK,3009) (FULL NODE BLOCK,3010)

jangam2021 commented 6 years ago

I recreated the database with fresh schema script and problem solved. Ty