Minor warning cleanup

This commit is contained in:
Jordan Brown
2020-03-22 17:36:53 -04:00
parent 80aecc914d
commit cd0148cc2d
2 changed files with 2 additions and 2 deletions
@@ -4,7 +4,7 @@ using System;
namespace Tgstation.Server.Host.Database.Migrations
{
/// <summary>
/// Marks the <see cref="CompileJob"/>s of <see cref="ReattachInformation"/>s as non-nullable for MSSQL
/// Marks the <see cref="Models.CompileJob"/>s of <see cref="Models.ReattachInformation"/>s as non-nullable for MSSQL
/// </summary>
public partial class MSReattachCompileJobRequired : Migration
{
@@ -4,7 +4,7 @@ using System;
namespace Tgstation.Server.Host.Database.Migrations
{
/// <summary>
/// Marks the <see cref="CompileJob"/>s of <see cref="ReattachInformation"/>s as non-nullable for MySQL/MariaDB
/// Marks the <see cref="Models.CompileJob"/>s of <see cref="Models.ReattachInformation"/>s as non-nullable for MySQL/MariaDB
/// </summary>
public partial class MYReattachCompileJobRequired : Migration
{