Index: Application/Ringtoets/src/Application.Ringtoets.Migration.Core/MigrationLogEntityTableDefinitions.cs
===================================================================
diff -u -rc21de4e274b21591a283902d293ea3d0659ee9f1 -r852c1094b6b3e8fcf53b36e5b8c933bbb7260cdd
--- Application/Ringtoets/src/Application.Ringtoets.Migration.Core/MigrationLogEntityTableDefinitions.cs (.../MigrationLogEntityTableDefinitions.cs) (revision c21de4e274b21591a283902d293ea3d0659ee9f1)
+++ Application/Ringtoets/src/Application.Ringtoets.Migration.Core/MigrationLogEntityTableDefinitions.cs (.../MigrationLogEntityTableDefinitions.cs) (revision 852c1094b6b3e8fcf53b36e5b8c933bbb7260cdd)
@@ -28,22 +28,22 @@
internal static class MigrationLogEntityTableDefinitions
{
///
- /// Gets the name of the table.
+ /// The name of the table.
///
internal const string TableName = "MigrationLogEntity";
///
- /// Gets the name of the 'migrated from version' column.
+ /// The name of the 'migrated from version' column.
///
internal const string FromVersion = "FromVersion";
///
- /// Gets the name of the 'migrated to version' column.
+ /// The name of the 'migrated to version' column.
///
internal const string ToVersion = "ToVersion";
///
- /// Gets the name of the 'message during migration' column.
+ /// The name of the 'message during migration' column.
///
internal const string LogMessage = "LogMessage";
}