fix(datamart): fixes to correct how we handle activations of new features and legacy queries

This commit is contained in:
2026-04-20 08:49:24 -05:00
parent 32517d0c98
commit b832d7aa1e
2 changed files with 11 additions and 4 deletions

View File

@@ -27,7 +27,7 @@ router.get("/", async (_, res) => {
? sqlServerStats?.data[0].UptimeSeconds
: [],
eomFGPkgSheetVersion: 1, // this is the excel file version when we have a change to the macro we want to grab this
masterMacroFile: 1,
masterMacroFile: 1.1,
tcpServerOnline: isServerRunning,
sqlServerConnected: prodSql,
gpServerConnected: gpSql,