acravenho / poaexplorer.com

A community block explorer for the POA Network.
https://poaexplorer.com
MIT License
14 stars 3 forks source link

Migrations #1

Closed goodstemy closed 6 years ago

goodstemy commented 6 years ago

Hello!

I want to use this project for something really cool, but I can't create migrations to my MySQL database. Is there a way to make migrations without writing PHP code?

For now, I got this error:

A Database Error Occurred Error Number: 1146

Table 'poaexplo_data.wallets' doesn't exist

SELECT SUM(balance) AS totalBalance FROM wallets WHERE exclude =0

Filename: models/Api_model.php

Line Number: 178

osouza-de commented 6 years ago

I think this project isn't mean to be "all public" in terms that we have no access to the database files. But you can easily create the database by reverse engineering api model.

Or you can see if this project's database works here.