문제

I want to know if I can have one SQL file per migration.

We are trying to use it with RoundhousE, but RoundhousE will stop if a SQL file already ran is ever altered.

Any ideas?

도움이 되었습니까?

해결책

I solved this issue by forking FM and adding a DirectoryAnnouncer that then outputs one file per migration (named after the migration #).

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top