Skip to content

Commit 897ffda

Browse files
fix: sql script added for putting Identifier type=0 for all null values present in generic_note (#4568)
* script for initializing null identifier type col to 0(cluster type) * script fix * empty script for 216 * 216 up script revert
1 parent 38f42b2 commit 897ffda

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed

scripts/sql/216_identifier_type_generic_note.down.sql

Whitespace-only changes.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
UPDATE generic_note SET identifier_type=0 WHERE identifier_type is NULL;

0 commit comments

Comments
 (0)