Revert "Unistore : Ensure Watch works in HA mode. (#93428)"
This reverts commit 0a26c9e9ae.
21 lines
280 B
SQL
Executable File
21 lines
280 B
SQL
Executable File
INSERT INTO "resource"
|
|
(
|
|
"guid",
|
|
"group",
|
|
"resource",
|
|
"namespace",
|
|
"name",
|
|
"value",
|
|
"action"
|
|
)
|
|
VALUES (
|
|
'',
|
|
'gg',
|
|
'rr',
|
|
'nn',
|
|
'name',
|
|
'[]',
|
|
'ADDED'
|
|
)
|
|
;
|