We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e92b36c commit 12bb7a7Copy full SHA for 12bb7a7
TestWasm/Program.cs
@@ -23,7 +23,7 @@
23
builder.Services.AddBlazorDB(options =>
24
{
25
options.Name = DbNames.Client;
26
- options.Version = "1";
+ options.Version = 1;
27
options.EncryptionKey = EncryptionKey;
28
options.StoreSchemas = SchemaHelper.GetAllSchemas(DbNames.Client);
29
options.DbMigrations = new List<DbMigration>
0 commit comments