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