Skip to content

Commit

Permalink
chore: fix migration and bump version to v2.9.0-rc4
Browse files Browse the repository at this point in the history
  • Loading branch information
DylanVerstraete committed Feb 16, 2023
1 parent 93e62f2 commit b725fc3
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions db/migrations/1673510995256-relay_support.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module.exports = class relay_support1673510995256 {
name = 'relay_support1673510995256'
module.exports = class Data1673510995256 {
name = 'Data1673510995256'

async up(db) {
await db.query(`ALTER TABLE "twin" DROP COLUMN "ip"`)
Expand Down
2 changes: 1 addition & 1 deletion indexer/chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ name: tfchainindexer
description: Helm Chart for the tfchain hydra indexer
version: 2.7.7
apiVersion: v2
appVersion: '2.9.0-rc3'
appVersion: '2.9.0-rc4'
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "graphql_tfgrid",
"private": "true",
"version": "2.9.0-rc3",
"version": "2.9.0-rc4",
"description": "GraphQL server and Substrate indexer. Generated with ♥ by Hydra-CLI",
"author": "",
"license": "ISC",
Expand Down
2 changes: 1 addition & 1 deletion processor-chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ apiVersion: v2
name: tfchain-processor
description: A chart for the tfchain graphql processor and query node
version: 1.0.5
appVersion: '2.9.0-rc3'
appVersion: '2.9.0-rc4'

0 comments on commit b725fc3

Please sign in to comment.