Skip to content

Commit 2a3f91d

Browse files
committed
Update StorageProviderVersion with new items
1 parent 15e1d94 commit 2a3f91d

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Orm/Xtensive.Orm.Tests.Framework/StorageProviderVersion.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,11 @@ public static class StorageProviderVersion
3333
public static Version PostgreSql92 = new Version(9, 2);
3434
public static Version PostgreSql100 = new Version(10, 0);
3535
public static Version PostgreSql110 = new Version(11, 0);
36+
public static Version PostgreSql120 = new Version(12, 0);
3637

3738
public static Version MySql55 = new Version(5, 5);
3839
public static Version MySql56 = new Version(5, 6);
40+
public static Version MySql57 = new Version(5, 7);
41+
public static Version Mysql80 = new Version(8, 0);
3942
}
4043
}

0 commit comments

Comments
 (0)