@nsshunt/stsdatamanagement 1.17.109 → 1.17.110
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.
- package/db-scripts/builddb.sql +1 -1
- package/package.json +1 -1
package/db-scripts/builddb.sql
CHANGED
|
@@ -235,7 +235,7 @@ BEGIN
|
|
|
235
235
|
where oid = __resoid;
|
|
236
236
|
|
|
237
237
|
return query
|
|
238
|
-
select * from
|
|
238
|
+
select * from stsmonitor where oid = __resoid;
|
|
239
239
|
else
|
|
240
240
|
-- The current version is in an active state, raise unique violate condition
|
|
241
241
|
RAISE 'Duplicate context within stsmonitor: %', _context USING ERRCODE = 'unique_violation';
|