Skip to content

Commit

Permalink
Update metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
ProphetLamb committed Jun 28, 2020
1 parent bdc7289 commit 6959b97
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -339,3 +339,5 @@ ASALocalRun/
healthchecksdb
/Crossout-Log-Viewer_Setup.exe
/Crossout-Log-Viewer_Executable.7z
/SocialPreview.png
/Crossout-Log-Viewer_Executable.zip
2 changes: 1 addition & 1 deletion resources/config/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"Size": 821
},
{
"Sha": "y8ccZPVYbL/LDPAkv8BdeSXcNJY=",
"Sha": "iwr+SEW6vzx5q3q/t5O1bcbFtMU=",
"Name": "metadata.json",
"Size": 507
},
Expand Down
4 changes: 2 additions & 2 deletions resources/images/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -210,9 +210,9 @@
"Size": 26039
},
{
"Sha": "lZNjM57V3A79oNP9E2LbZLOfkc8=",
"Sha": "0NwZOisS/Wcl3T/4NdDkTd/e75c=",
"Name": "metadata.json",
"Size": 7782
"Size": 8095
},
{
"Sha": "vuSuw1d2TiYbzgBIl9t/Cj9Gdx0=",
Expand Down
5 changes: 5 additions & 0 deletions resources/patches/0.1.5_Statistics_GameGenfieldRoundcount.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
ALTER TABLE Game
ADD [roundcount] SMALLINT;

UPDATE Game
SET roundcount = length(rounds) - length(replace(rounds, ',', '')) + 1
7 changes: 7 additions & 0 deletions resources/patches/metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[
{
"Sha": "NGITCFwxrG87TowySI5WFvR58M0=",
"Name": "0.1.5_Statistics_GameGenfieldRoundcount.sql",
"Size": 131
}
]

0 comments on commit 6959b97

Please sign in to comment.