mirror of
https://github.com/valitydev/redash.git
synced 2024-11-07 09:28:51 +00:00
70d545410d
Also moved old migrations to old_migrations folder (before deleting them entirely).
4 lines
114 B
Python
4 lines
114 B
Python
from redash import redis_connection
|
|
|
|
if __name__ == '__main__':
|
|
redis_connection.delete('query_task_trackers') |