Skip to content

Commit

Permalink
Merge branch 'staging' into feat/ui-refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
egekocabas authored Feb 17, 2025
2 parents 6fcae76 + bdaf33e commit c9a9622
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
-- will also be automatically removed. This ensures a single DELETE statement on 'repository'
-- will cascade and remove all referencing data (branches, commits, issues, etc.).

BEGIN;

-------------------------------------------------------------------------------
-- branch -> repository
-------------------------------------------------------------------------------
Expand Down Expand Up @@ -319,4 +317,3 @@ ALTER TABLE public.release_candidate_evaluation
REFERENCES public.release_candidate(name, repository_id)
ON DELETE CASCADE;

COMMIT;

0 comments on commit c9a9622

Please sign in to comment.