@yarkivaev/scada 2.3.46 → 2.3.47

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.
@@ -1,2 +1,2 @@
1
- GRANT SELECT, INSERT, UPDATE ON operations TO supervisor_sink;
1
+ GRANT SELECT, INSERT, UPDATE, DELETE ON operations TO supervisor_sink;
2
2
  GRANT SELECT, INSERT, UPDATE ON ingest_checkpoints TO supervisor_sink;
@@ -0,0 +1 @@
1
+ GRANT DELETE ON operations TO supervisor_sink;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yarkivaev/scada",
3
- "version": "2.3.46",
3
+ "version": "2.3.47",
4
4
  "description": "SCADA domain objects, state persistence, and plant monitoring",
5
5
  "repository": {
6
6
  "type": "git",
@@ -21,7 +21,8 @@ const privilegedOnly = new Set([
21
21
  'C0005__central_operators_grants.sql',
22
22
  'C0006__central_operators_registration.sql',
23
23
  'E0002__edge_retention_delete.sql',
24
- 'E0003__edge_operations_grants.sql'
24
+ 'E0003__edge_operations_grants.sql',
25
+ 'E0004__edge_operations_delete.sql'
25
26
  ]);
26
27
 
27
28
  /**