Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
mukunku committed Mar 14, 2024
1 parent 74ea924 commit 82af1fb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public class CustomScriptBasedSchemaAdapter

static CustomScriptBasedSchemaAdapter()
{
Hashtable hashtable = new
Hashtable hashtable = new()
{
{ typeof(ulong), "BIGINT {1}NULL" },
{ typeof(long), "BIGINT {1}NULL" },
Expand Down

0 comments on commit 82af1fb

Please sign in to comment.