Fix indentation in SQL query

This commit is contained in:
Tulir Asokan 2022-04-29 17:03:27 +03:00
parent 331138bc6b
commit 573eec44c8

View file

@ -10,8 +10,8 @@ func init() {
UPDATE backfill_queue
SET type=CASE
WHEN type=1 THEN 200
WHEN type=2 THEN 300
ELSE type
WHEN type=2 THEN 300
ELSE type
END
WHERE type=1 OR type=2
`)