Skip to content

Commit

Permalink
indexer: drop start_block, end_block, block_count in migration 11
Browse files Browse the repository at this point in the history
  • Loading branch information
altergui authored and p4u committed Apr 23, 2024
1 parent 7d4ff5d commit 284b9bb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions vochain/indexer/migrations/0011_drop_deprecated_columns.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
-- +goose Up
ALTER TABLE processes DROP COLUMN start_block;
ALTER TABLE processes DROP COLUMN end_block;
ALTER TABLE processes DROP COLUMN block_count;

0 comments on commit 284b9bb

Please sign in to comment.