diff --git a/src/main/resources/db/migration/V6.5.0.6.sql b/src/main/resources/db/migration/V6.5.0.6.sql new file mode 100644 index 00000000000..9227ec2d83b --- /dev/null +++ b/src/main/resources/db/migration/V6.5.0.6.sql @@ -0,0 +1,3 @@ +--add column - should have been part of 10476/ PR #11224 + +ALTER TABLE DataverseFieldTypeInputLevel ADD COLUMN IF NOT EXISTS displayOnCreate bool; \ No newline at end of file