Skip to content

Commit 0d8a14c

Browse files
JaBistDuNarrischJaBistDuNarrisch
authored andcommitted
Minor change
1 parent e24fe5d commit 0d8a14c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Migrator/Framework/Column.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ public object DefaultValue
171171
{
172172
if (defaultValueDateTime.Kind != DateTimeKind.Utc)
173173
{
174-
throw new Exception("We only accept UTC values as default DateTime values.");
174+
throw new Exception("Only UTC values are accepted as default DateTime values.");
175175
}
176176
}
177177

0 commit comments

Comments
 (0)