mirror of
https://github.com/grafana/grafana.git
synced 2025-08-03 03:13:49 +08:00

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