Skip to content

fix: drop tables in single query

Tamlyn Rhodes requested to merge combine-drop-table into master

To avoid a race condition where the individual queries cause a deadlock.

Only became apparent once there was data in the tables.

Merge request reports