We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ead480b commit 88cc969Copy full SHA for 88cc969
1 file changed
api/src/main/resources/marquez/db/migration/V70__alter_job_facets.sql
@@ -0,0 +1,6 @@
1
+ALTER TABLE job_facets
2
+ DROP CONSTRAINT IF EXISTS job_facets_job_version_uuid_fkey,
3
+ ADD CONSTRAINT job_facets_job_version_uuid_fkey
4
+ FOREIGN KEY (job_version_uuid)
5
+ REFERENCES job_versions(uuid)
6
+ ON DELETE CASCADE;
0 commit comments