mirror of
https://github.com/grafana/grafana.git
synced 2026-08-26 21:37:31 -05:00
5 lines
74 B
SQL
Executable File
5 lines
74 B
SQL
Executable File
UPDATE `resource`
|
|
SET `resource_version` = 0
|
|
WHERE `guid` = ''
|
|
;
|