Create them table
Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
This commit is contained in:
parent
a55a37c17b
commit
4379ff60f6
@ -501,6 +501,7 @@ func (st *storage) storeHeaders(bhs map[cid.Cid]*types.BlockHeader, sync bool) e
|
|||||||
create temp table tbp (like block_parents excluding constraints) on commit drop;
|
create temp table tbp (like block_parents excluding constraints) on commit drop;
|
||||||
create temp table bs (like blocks_synced excluding constraints) on commit drop;
|
create temp table bs (like blocks_synced excluding constraints) on commit drop;
|
||||||
create temp table b (like blocks excluding constraints) on commit drop;
|
create temp table b (like blocks excluding constraints) on commit drop;
|
||||||
|
create temp table c (like blocks_challenges excluding constraints) on commit drop;
|
||||||
|
|
||||||
|
|
||||||
`); err != nil {
|
`); err != nil {
|
||||||
|
Loading…
Reference in New Issue
Block a user