redash icon indicating copy to clipboard operation
redash copied to clipboard

Rehash query_hash in migration

Open yoshiokatsuneo opened this issue 7 months ago • 0 comments

What type of PR is this?

  • [x] Bug Fix

Description

As following PR changed the logic for creating query hash, existing query need to update query hash. This migration updated the query_hash.

https://github.com/getredash/redash/pull/7378

The migration is basically same as fix_hash migration below.

https://github.com/getredash/redash/blob/master/migrations/versions/9e8c841d1a30_fix_hash.py

How is this tested?

  • [x] Manually

yoshiokatsuneo avatar May 02 '25 14:05 yoshiokatsuneo