Change DB name

This commit is contained in:
Dario Gabriel Lipicar 2024-03-28 17:38:47 -03:00 committed by dlipicar
parent 800cfb3af3
commit e1d16cea88
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ builder.Services.AddMetaMaskBlazor();
builder.Services.AddIndexedDB(dbStore =>
{
dbStore.DbName = "NftFaucet";
dbStore.DbName = "NftFaucetV2";
dbStore.Version = 1;
dbStore.Stores.Add(new StoreSchema