Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Use neoq-specific schema migrations able
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.
- Loading branch information