Skip to content

Add migration to fix contraint on vote table

Daniel Gerhardt requested to merge fix-comments-vote-constraint into master

This migration adds back the missing ON DELETE CASCADE action which was unintentionally removed with the V9__uuid_type migration.

Closes: #211 (closed)

Merge request reports