Skip to content

Commit

Permalink
Bump maria/mysql database RequiredVersion;
Browse files Browse the repository at this point in the history
  • Loading branch information
bigretromike committed Jun 29, 2017
1 parent 5e32598 commit aab30db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Shoko.Server/Databases/MySQL.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ namespace Shoko.Server.Databases
public class MySQL : BaseDatabase<MySqlConnection>, IDatabase
{
public string Name { get; } = "MySQL";
public int RequiredVersion { get; } = 63;
public int RequiredVersion { get; } = 64;


private List<DatabaseCommand> createVersionTable = new List<DatabaseCommand>()
Expand Down

0 comments on commit aab30db

Please sign in to comment.