[NFR] Migration with Multiple Databases with separate migration log
Open
@Jeckerson is already working on this.
Since Jan 28, 2020.
NFR
- Dominant language
- PHP
- Stars
- 28
- Forks
- 25
- Avg merge
- 9h 39m
- Merged PRs (30d)
- 2
Description
I hope in the next version of phalcon-devtools, we can have the multiple databases support
My webapp should connect to 2 differents DB ( not the same tables)
I want control the migration with multiple differents DB, actually, i found 2 solution
-
migration with differents config.ini => but i can't separate the migration log/file in .phalcon/migration-version
-
modify the code of Migrations.php
If some one has the same idea with me
Many thanks
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.