We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 11c6f3e + f5f2c72 commit dcca973Copy full SHA for dcca973
1 file changed
src/main/resources/db/migration/V6.5.0.6.sql
@@ -0,0 +1,3 @@
1
+--add column - should have been part of 10476/ PR #11224
2
+
3
+ALTER TABLE DataverseFieldTypeInputLevel ADD COLUMN IF NOT EXISTS displayOnCreate bool;
0 commit comments