Skip to content
Snippets Groups Projects
Commit 0c666c33 authored by Bruno Burke's avatar Bruno Burke :hamburger:
Browse files

fix cache bug in delete-repository

parent f8e1bb8a
No related branches found
No related tags found
1 merge request!1Draft: Migration
Pipeline #95832 failed
......@@ -37,7 +37,8 @@ DROP TABLE :i:repository-table;
--;;
DELETE FROM :i:repositories-table
WHERE id=:repository-name;
--;;
DELETE FROM :i:cache-table WHERE repository=:repository-name;
-- :name update-repository!
......
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