mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-30 08:33:19 +01:00
Minor warning cleanup
This commit is contained in:
+1
-1
@@ -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
|
||||
{
|
||||
|
||||
+1
-1
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user