Skip to content

Commit

Permalink
Database. Back after Backup fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
ravi66 committed Jun 25, 2024
1 parent 1142d34 commit ed19f9d
Show file tree
Hide file tree
Showing 13 changed files with 8 additions and 54 deletions.
Binary file modified _framework/Book.pdb.gz
Binary file not shown.
Binary file modified _framework/Book.wasm
Binary file not shown.
Binary file modified _framework/Book.wasm.br
Binary file not shown.
Binary file modified _framework/Book.wasm.gz
Binary file not shown.
6 changes: 3 additions & 3 deletions _framework/blazor.boot.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"mainAssemblyName": "Book",
"resources": {
"hash": "sha256-+/KcdAuIA2DZQJsbpY4p1uYZikq8N2f3bimZuLHp5ZM=",
"hash": "sha256-Tjf9bC4yBvqMPRjYoBLEQU4O0jHfMoOTvnvsX7wa250=",
"jsModuleNative": {
"dotnet.native.8.0.5.wkyh9oo3kb.js": "sha256-lkFc2fKj8dqoAHuxc/Unl13t2HadhodNXoP+8xTnWK0="
},
Expand All @@ -17,7 +17,7 @@
"assembly": {
"Bit.Besql.wasm": "sha256-8NehqPmV4vKdwcxXnnNZIYebo9MZa3/g6tiwrkEX9R0=",
"Blazor-ApexCharts.wasm": "sha256-YAnmqRuT0V9DVItiMpEhe37Cnwl6FBW685qEx2VbpPo=",
"Book.wasm": "sha256-L/a/+sS0pWRAqNXFXTp/Gx3YheLp6Q4zymQyNYMOYhg=",
"Book.wasm": "sha256-URVgQk6DJBk3Ccsj+Pf8BFZ1AkQ2ipGDcREl+4P74mw=",
"FluentValidation.wasm": "sha256-1akWVGgQZ9ojnoh8cEfeVZK+gNpDt7EOzVVPLa0T/iQ=",
"Microsoft.AspNetCore.Components.Forms.wasm": "sha256-F/b8c141U/fiV6IhZVK1pfQSniboFMGKF1gJ+LPZ6BY=",
"Microsoft.AspNetCore.Components.wasm": "sha256-sF1s8domwlT1Zh2j+ThfKXs0NcSFvhX+Gyhc4HJGFBg=",
Expand Down Expand Up @@ -104,7 +104,7 @@
},
"satelliteResources": {
"fr": {
"Book.resources.wasm": "sha256-7fNycJbbpLSz5a19q7BmiB1zHnyQ4MDPRqOnn97JVGg="
"Book.resources.wasm": "sha256-lWk1vrM1VafPQYzi62O12nXRUj0JUAqLW7IExAFANNc="
}
}
},
Expand Down
Binary file modified _framework/blazor.boot.json.br
Binary file not shown.
Binary file modified _framework/blazor.boot.json.gz
Binary file not shown.
Binary file modified _framework/fr/Book.resources.wasm
Binary file not shown.
Binary file modified _framework/fr/Book.resources.wasm.br
Binary file not shown.
Binary file modified _framework/fr/Book.resources.wasm.gz
Binary file not shown.
46 changes: 0 additions & 46 deletions js/database.js

This file was deleted.

8 changes: 4 additions & 4 deletions service-worker-assets.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"url": "_framework\/icudt.dat"
},
{
"hash": "sha256-3ttISX7c7TwHQ2+UpwY0SMtA8eKbM\/35tyU1PW20nfE=",
"hash": "sha256-0xoimNJOI97Din4TFbJ8NEMMxj3+JupLo1GTzpvaPpU=",
"url": "_framework\/blazor.boot.json"
},
{
Expand All @@ -37,7 +37,7 @@
"url": "_framework\/Blazor-ApexCharts.wasm"
},
{
"hash": "sha256-L\/a\/+sS0pWRAqNXFXTp\/Gx3YheLp6Q4zymQyNYMOYhg=",
"hash": "sha256-URVgQk6DJBk3Ccsj+Pf8BFZ1AkQ2ipGDcREl+4P74mw=",
"url": "_framework\/Book.wasm"
},
{
Expand Down Expand Up @@ -373,7 +373,7 @@
"url": "_framework\/System.Xml.XDocument.wasm"
},
{
"hash": "sha256-7fNycJbbpLSz5a19q7BmiB1zHnyQ4MDPRqOnn97JVGg=",
"hash": "sha256-lWk1vrM1VafPQYzi62O12nXRUj0JUAqLW7IExAFANNc=",
"url": "_framework\/fr\/Book.resources.wasm"
},
{
Expand Down Expand Up @@ -477,5 +477,5 @@
"url": "_content\/MudBlazor\/MudBlazor.min.js"
}
],
"version": "FferRv1x"
"version": "Ddh4W5K9"
};
2 changes: 1 addition & 1 deletion service-worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ async function onFetch(event) {

return cachedResponse || fetch(event.request);
}
/* Manifest version: FferRv1x */
/* Manifest version: Ddh4W5K9 */

0 comments on commit ed19f9d

Please sign in to comment.