Skip to content

Conversation

@labkey-jeckels
Copy link
Contributor

@labkey-jeckels labkey-jeckels commented Jun 6, 2025

Rationale

The new CageUI module only has DB upgrade scripts for Postgres. However, it doesn't indicate that it lacks SQL Server support. This is causing test failures on TeamCity, as is the lack of an explicit dependency on EHR causing the upgrade scripts to run in a non-deterministic order.

Changes

  • Mark the module as requiring pgsql. This can be undone if SQL Server upgrade scripts are added in the future.
  • Declare dependency on EHR module to get schema upgrade scripts to run in the right order
  • Add column to the XML listing to match actual cageui.layout_history table

@labkey-jeckels labkey-jeckels changed the title Mark CageUI as only supporting Postgres Mark CageUI as only supporting Postgres; dependency on EHR Jun 6, 2025
@labkey-jeckels labkey-jeckels merged commit f86b578 into release24.11-SNAPSHOT Jun 6, 2025
4 of 5 checks passed
@labkey-jeckels labkey-jeckels deleted the 24.11_fb_CenterProject_Historical_Data branch June 6, 2025 21:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants