Closed Pitasi closed 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.
TableSchema() string
Migrations() []string
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 methodMigrations() []string
that would allow us to migrate those tables if needed.