mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
Run init
This commit is contained in:
@@ -72,7 +72,7 @@ public class DbMigrationTest extends BaseTestCase {
|
||||
"migtest_oto_child",
|
||||
"migtest_oto_master");
|
||||
|
||||
if (isSqlServer()) { // || isMySql()
|
||||
if (isSqlServer() || isMariaDB()) { // || isMySql()
|
||||
runScript("I__create_procs.sql");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user