Skip to content

Commit e24fe5d

Browse files
JaBistDuNarrischJaBistDuNarrisch
authored andcommitted
Minor change
1 parent 12561fc commit e24fe5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Migrator/Providers/TransformationProvider.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1788,7 +1788,7 @@ public virtual void AddColumnDefaultValue(string table, string column, object de
17881788
{
17891789
if (defaultValueDateTime.Kind != DateTimeKind.Utc)
17901790
{
1791-
throw new Exception("We only accept UTC values as default DateTime values.");
1791+
throw new Exception("Only UTC values are accepted as default DateTime values.");
17921792
}
17931793
}
17941794

0 commit comments

Comments
 (0)