@nsshunt/stsdatamanagement 1.17.104 → 1.17.105
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
|
@@ -238,7 +238,7 @@ BEGIN
|
|
|
238
238
|
select * from stsresource where oid = __resoid;
|
|
239
239
|
else
|
|
240
240
|
-- The current version is in an active state, raise unique violate condition
|
|
241
|
-
RAISE 'Duplicate context within stsmonitor: %',
|
|
241
|
+
RAISE 'Duplicate context within stsmonitor: %', _context USING ERRCODE = 'unique_violation';
|
|
242
242
|
end if;
|
|
243
243
|
else
|
|
244
244
|
/*
|