Skip to content

Commit

Permalink
Merge pull request #13 from aboutcircles/feat/add-groups-view-with-me…
Browse files Browse the repository at this point in the history
…tadata

1.3.10: fix column name 'metadataDigest' -> 'cidV0Digest'
  • Loading branch information
jaensen authored Jul 19, 2024
2 parents 4dcca90 + 64329bb commit 1908c36
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Circles.Index.CirclesViews/DatabaseSchema.cs
Original file line number Diff line number Diff line change
Expand Up @@ -533,7 +533,7 @@ union all
new("treasury", ValueTypes.Address, true),
new("name", ValueTypes.String, true),
new("symbol", ValueTypes.String, true),
new("metadataDigest", ValueTypes.Bytes, true),
new("cidV0Digest", ValueTypes.Bytes, true),
])
{
SqlMigrationItem = new SqlMigrationItem(@"
Expand All @@ -550,7 +550,7 @@ WITH LatestMetadata AS (
)
SELECT
g.""blockNumber"",
g.timestamp,
g.""timestamp"",
g.""transactionIndex"",
g.""logIndex"",
g.""transactionHash"",
Expand Down
4 changes: 2 additions & 2 deletions Circles.Index/Circles.Index.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
<Authors>Daniel Janz (Gnosis Service GmbH)</Authors>
<Copyright>Gnosis Service GmbH</Copyright>
<Product>Circles</Product>
<AssemblyVersion>1.3.9</AssemblyVersion>
<FileVersion>1.3.9</FileVersion>
<AssemblyVersion>1.3.10</AssemblyVersion>
<FileVersion>1.3.10</FileVersion>
</PropertyGroup>


Expand Down

0 comments on commit 1908c36

Please sign in to comment.