We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d85ccbf commit 91002cbCopy full SHA for 91002cb
1 file changed
schema/migration-4-0004-20210116.sql
@@ -3,5 +3,3 @@
3
CREATE INDEX IF NOT EXISTS idx_delegation_active_epoch_no ON delegation(active_epoch_no) ;
4
CREATE INDEX IF NOT EXISTS idx_pool_update_reward_addr ON pool_update(reward_addr_id) ;
5
CREATE INDEX IF NOT EXISTS idx_pool_update_active_epoch_no ON pool_update(active_epoch_no) ;
6
-
7
-UPDATE schema_version SET stage_three = 6 ;
0 commit comments