mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
Merge branch 'api-to-run-ddl-manually' into ebean-new
# Conflicts: # ebean-api/src/main/java/io/ebean/Database.java # ebean-core/src/main/java/io/ebeaninternal/server/core/DefaultServer.java # ebean-ddl-generator/src/main/java/io/ebeaninternal/dbmigration/DdlGenerator.java
This commit is contained in:
@@ -1746,7 +1746,7 @@ public interface Database {
|
||||
* TenantMode that does not support DDL run on startup.
|
||||
* <p>
|
||||
* Note: runDdl is normally executed at startup automatically, if
|
||||
* <code>ebean.db.runDdl=true</code> is set. Calling this method, will not check
|
||||
* <code>ebean.db.ddl.run=true</code> is set. Calling this method, will not check
|
||||
* that flag.
|
||||
* </p>
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user