You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To ensure that we can future-proof ISLM state management queries:
add a ISLM_VERSION PostgreSQL variable to the islm-infrastructure.psl codebase
2, add a islm_version (TEXT) column to the governance table which defaults to using ISLM_VERSION configuration setting.
The islm_version column does not do anything right now but future iterations of ISLM might make different decisions based on the version.
The text was updated successfully, but these errors were encountered:
To ensure that we can future-proof ISLM state management queries:
ISLM_VERSION
PostgreSQL variable to theislm-infrastructure.psl
codebase2, add a
islm_version
(TEXT
) column to the governance table which defaults to usingISLM_VERSION
configuration setting.The
islm_version
column does not do anything right now but future iterations of ISLM might make different decisions based on the version.The text was updated successfully, but these errors were encountered: