From 704c951744268ecb3a65312294d1a49256b47ec2 Mon Sep 17 00:00:00 2001 From: p4u Date: Tue, 23 Apr 2024 13:19:09 +0200 Subject: [PATCH] Revert "indexer: drop start_block, end_block, block_count in migration 11" This reverts commit 284b9bbc252ee617e9f4944df82d52e027a6c0b8. --- vochain/indexer/migrations/0011_drop_deprecated_columns.sql | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 vochain/indexer/migrations/0011_drop_deprecated_columns.sql diff --git a/vochain/indexer/migrations/0011_drop_deprecated_columns.sql b/vochain/indexer/migrations/0011_drop_deprecated_columns.sql deleted file mode 100644 index a73c23bb4..000000000 --- a/vochain/indexer/migrations/0011_drop_deprecated_columns.sql +++ /dev/null @@ -1,5 +0,0 @@ --- +goose Up -ALTER TABLE processes DROP COLUMN start_block; -ALTER TABLE processes DROP COLUMN end_block; -ALTER TABLE processes DROP COLUMN block_count; -