#2000 - Tests only - bump sql server to 2019-GA-ubuntu-16.04

This commit is contained in:
rob bygrave
2020-04-28 22:13:57 +12:00
parent 6dea4f0890
commit 6f1472abe0
3 changed files with 11 additions and 7 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ public class StartSqlServer {
public static void main(String[] args) {
SqlServerConfig config = new SqlServerConfig("2017-CU4");
SqlServerConfig config = new SqlServerConfig("2019-GA-ubuntu-16.04");
config.setDbName("test_ebean");
config.setUser("test_ebean");