@nsshunt/stsdatamanagement 1.18.173 → 1.18.175

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -292,6 +292,7 @@ CREATE TABLE stsresfhirdate (
292
292
  COMPOSITE TEXT,
293
293
  COMPOSITE_HASH_EXACT BIGINT
294
294
  );
295
+
295
296
  CREATE INDEX idx_stsresfhirdate_type_id
296
297
  ON stsresfhirdate (RES_ID, RES_TYPE);
297
298
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nsshunt/stsdatamanagement",
3
- "version": "1.18.173",
3
+ "version": "1.18.175",
4
4
  "description": "STS Data Management Modules, Utilities and Services",
5
5
  "main": "./dist/dbaccess.js",
6
6
  "types": "./types/dbaccess.d.ts",