문제

When using several connections in a Play2 app, is it possible to disable the evolutions part of the framework for a specific connection?

EDIT : A ticket has been created.

도움이 되었습니까?

해결책

The evolutions helper is creating a table if none is available, but doesn't check if any scripts are defined for that connection. You should file a ticket.

다른 팁

Ehh, keep SQL files outside the evolutions folder?

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