Skip to content
Snippets Groups Projects
Commit 82afec6e authored by Sameer Al-Sakran's avatar Sameer Al-Sakran Committed by GitHub
Browse files

Merge pull request #6052 from metabase/flip-async-xray-table-delete

Reverse the order of dropping the async xray tables
parents dc61b5ca 54ade369
No related merge requests found
......@@ -3836,8 +3836,10 @@ databaseChangeLog:
id: 66
author: senior
comment: 'Added 0.26.0'
validCheckSum: '7:e494c2c90fe5c377526da7a6e5ad63a2'
validCheckSum: '7:76d06b44a544105c2a613603b8bdf25f'
changes:
- sql:
sql: drop table if exists computation_job cascade
- sql:
sql: drop table if exists computation_job_result cascade
- sql:
sql: drop table if exists computation_job cascade
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment