Reset state machine table IDs
Previously, the tables were getting cleared and repopulated, but the IDs were not being reset down to 1 during this operation, so the IDs have been continually counting upon every system reset. This fixes that and resets the IDs down to 1 every time.
-
Reset auto-incrementing ID sequences for capability_state_actions
andcapability_state_transitions
upon table clearing operation