Вопрос

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