Skip to content

Commit 12bb7a7

Browse files
fix
1 parent e92b36c commit 12bb7a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TestWasm/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
builder.Services.AddBlazorDB(options =>
2424
{
2525
options.Name = DbNames.Client;
26-
options.Version = "1";
26+
options.Version = 1;
2727
options.EncryptionKey = EncryptionKey;
2828
options.StoreSchemas = SchemaHelper.GetAllSchemas(DbNames.Client);
2929
options.DbMigrations = new List<DbMigration>

0 commit comments

Comments
 (0)