elixir-error-tracker / error-tracker

🐛 An Elixir-based built-in error reporting and tracking solution
https://hex.pm/packages/error_tracker
Apache License 2.0
383 stars 17 forks source link

Update install guides migration example #68

Closed odarriba closed 2 months ago

odarriba commented 2 months ago

As it may be seen in Oban it is recommended to set up hard version on the initial migration, so we can ensure the ErrorTracker database matches the same schema over time.

This is important because other migrations may use our schema and if we do not specify it we may end up with the latest schema update (version 10 for example) when the next migration was expecting version 2.