mirror of
https://github.com/grafana/grafana.git
synced 2025-08-01 23:23:12 +08:00

* Revert "Revert "Unistore : Ensure Watch works in HA mode." (#94097)" This reverts commit 7c3fc2f2619a0eb2157ea27e7dfef91996a9de7c. * make previous_resource_version nullable * handle nil case
13 lines
162 B
SQL
Executable File
13 lines
162 B
SQL
Executable File
INSERT INTO "resource_version"
|
|
(
|
|
"group",
|
|
"resource",
|
|
"resource_version"
|
|
)
|
|
VALUES (
|
|
'',
|
|
'',
|
|
2
|
|
)
|
|
;
|