NASA-AMMOS / aerie

A software framework for modeling spacecraft.
https://nasa-ammos.github.io/aerie-docs/
MIT License
73 stars 19 forks source link

Added a default value to sequence adaptation names so migrations dont… #1471

Closed cohansen closed 5 months ago

cohansen commented 5 months ago

… break

Description

The previous PR broke against a real migration because we didn't provide a default value for the name of a sequence_adaptation. This adds a UUID.

I tried using the current ID but that seemed more complicated for a problem that should be very low impact.

Verification

NA

Documentation

NA

Future work

NA