Dashboard Versions: Make compatible with app platform (#99327)

This commit is contained in:
Stephanie Hingtgen
2025-01-28 07:17:52 -07:00
committed by GitHub
parent 05905a5069
commit 0cef2b9ae7
44 changed files with 887 additions and 413 deletions
@@ -10,5 +10,5 @@ WHERE 1 = 1
AND `group` = 'gg'
AND `resource` = 'rr'
AND `action` = 3
AND `resource_version` > 123456
AND `resource_version` < 123456
ORDER BY resource_version DESC
@@ -10,5 +10,5 @@ WHERE 1 = 1
AND "group" = 'gg'
AND "resource" = 'rr'
AND "action" = 3
AND "resource_version" > 123456
AND "resource_version" < 123456
ORDER BY resource_version DESC
@@ -10,5 +10,5 @@ WHERE 1 = 1
AND "group" = 'gg'
AND "resource" = 'rr'
AND "action" = 3
AND "resource_version" > 123456
AND "resource_version" < 123456
ORDER BY resource_version DESC