Revert "Unistore : Ensure Watch works in HA mode. (#93428)"
This reverts commit 0a26c9e9ae.
13 lines
162 B
SQL
Executable File
13 lines
162 B
SQL
Executable File
INSERT INTO "resource_version"
|
|
(
|
|
"group",
|
|
"resource",
|
|
"resource_version"
|
|
)
|
|
VALUES (
|
|
'',
|
|
'',
|
|
1
|
|
)
|
|
;
|