essential_node_db_sql::insert

Constant CONTRACT_PROGRESS

source
pub const CONTRACT_PROGRESS: &str = "INSERT\n    OR REPLACE INTO contract_progress (id, l2_block_number, content_hash)\nVALUES\n    (1, :l2_block_number, :content_hash)\n";
Expand description
INSERT
    OR REPLACE INTO contract_progress (id, l2_block_number, content_hash)
VALUES
    (1, :l2_block_number, :content_hash)