acaloiaro / neoq

Queue-agnostic background job library for Go, with a pleasant API and powerful features.
MIT License
270 stars 4 forks source link

fix: Use neoq-specific schema migrations able #64

Closed acaloiaro closed 1 year ago

acaloiaro commented 1 year ago

When neoq is embedded in apps already use golang-migrate, they would both attempt to use the schema_migrations table for migrations.

This commit moves neoq to its own neoq_schema_migrations table so as not to clash with other golang-migrate users.