Skip to content

Reset state machine table IDs

Nathan Hertz requested to merge reset_state_machine_table_ids into main

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 and capability_state_transitions upon table clearing operation

This can go in after the sprint review

Merge request reports