diff --git a/modules/infra/src/main/resources/migrations/V14__make_artifact_project_nullable.sql b/modules/infra/src/main/resources/migrations/V14__make_artifact_project_nullable.sql new file mode 100644 index 000000000..3904b934e --- /dev/null +++ b/modules/infra/src/main/resources/migrations/V14__make_artifact_project_nullable.sql @@ -0,0 +1 @@ +ALTER TABLE artifacts ALTER COLUMN repository DROP NOT NULL; \ No newline at end of file