Skip to content

Commit 1645c61

Browse files
committed
fix: sqllite table name
1 parent 74a1dcd commit 1645c61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/jcdcdev.Umbraco.ReadingTime/Core/Constants.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
public static class Constants
44
{
5-
public const string TableName = "jcdcdev.ReadingTime";
5+
public const string TableName = "jcdcdevReadingTime";
66
public const string PropertyEditorAlias = "jcdcdev.ReadingTime";
77

88
public static class Package

0 commit comments

Comments
 (0)