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