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:
Roland Praml
2021-12-17 14:12:42 +01:00
6 changed files with 157 additions and 87 deletions
@@ -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>
*/