Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix dropping unintended DB objects via accidental LIKE matches (#34)
In deletion of a track, use a more precise substring matching approach to finding the tables and views to drop, instead of an error-prone LIKE pattern. Signed-off-by: Christian W. Damus <[email protected]>
- Loading branch information