mirror of
https://github.com/valitydev/redash.git
synced 2024-11-07 01:25:16 +00:00
4d47583a94
We were appending new QueryTaskTracker ids to query_task_trackers sorted set but we were never removing them... Also removed the migration to create index on org_id as it created by default by Peewee for foreign keys.
4 lines
114 B
Python
4 lines
114 B
Python
from redash import redis_connection
|
|
|
|
if __name__ == '__main__':
|
|
redis_connection.delete('query_task_trackers') |