EmerisHQ / tracelistener

UNIX named pipes-based real-time state listener for Cosmos SDK blockchains
GNU Affero General Public License v3.0
33 stars 8 forks source link

Replace processor's TableSchema with Migrations #89

Closed Pitasi closed 2 years ago

Pitasi commented 2 years ago

Processors (auth, bank, ...) currently only returns a single SQL query for creating their table (TableSchema() string). It would be great to replace it with a new method Migrations() []string that would allow us to migrate those tables if needed.