Skip to content

Commit

Permalink
Fix ugprade script
Browse files Browse the repository at this point in the history
  • Loading branch information
Redm4x committed Feb 20, 2024
1 parent 037f753 commit e24a4b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion indexer/UPGRADE.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Storing cpu vcores as numbers instead of strings

```
ALTER TABLE IF EXISTS public."providerSnapshotNodeCPU"
ALTER COLUMN vcores smallint;
ALTER COLUMN vcores TYPE smallint USING vcores::smallint;
```

## v1.7.0
Expand Down

0 comments on commit e24a4b5

Please sign in to comment.