Skip to content

Commit

Permalink
Change DB name
Browse files Browse the repository at this point in the history
  • Loading branch information
dlipicar committed Mar 28, 2024
1 parent 800cfb3 commit e1d16ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NftFaucet/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@

builder.Services.AddIndexedDB(dbStore =>
{
dbStore.DbName = "NftFaucet";
dbStore.DbName = "NftFaucetV2";
dbStore.Version = 1;

dbStore.Stores.Add(new StoreSchema
Expand Down

0 comments on commit e1d16ce

Please sign in to comment.