mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-04-18 22:28:36 +08:00
preorders don't have last_creation_op
This commit is contained in:
@@ -367,7 +367,7 @@ def op_get_quirk_fields( op_name ):
|
||||
"""
|
||||
Get the set of fields in a database record that are required for compatibility quirks
|
||||
"""
|
||||
if op_name in OPCODE_NAME_NAMEOPS:
|
||||
if op_name in OPCODE_NAME_NAMEOPS and op_name not in OPCODE_NAME_STATE_PREORDER:
|
||||
return ['last_creation_op']
|
||||
|
||||
return []
|
||||
|
||||
Reference in New Issue
Block a user