feat(eom): migrated eom endpoints from old version validated working

This commit is contained in:
2026-06-09 07:00:27 -05:00
parent 4249e90307
commit e909e8deec
21 changed files with 906 additions and 2 deletions

View File

@@ -96,6 +96,16 @@ const newSettings: NewSetting[] = [
roles: ["admin"],
seedVersion: 1,
},
{
name: "eom",
value: "0",
active: true,
description: "Eom processes to capture data",
moduleName: "eom",
settingType: "feature",
roles: ["admin"],
seedVersion: 1,
},
// standard settings
{