Skip to content

Commit

Permalink
fix: sql script added for putting Identifier type=0 for all null valu…
Browse files Browse the repository at this point in the history
…es 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
  • Loading branch information
prakash100198 committed Jan 21, 2024
1 parent 38f42b2 commit 897ffda
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Empty file.
1 change: 1 addition & 0 deletions scripts/sql/216_identifier_type_generic_note.up.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
UPDATE generic_note SET identifier_type=0 WHERE identifier_type is NULL;

0 comments on commit 897ffda

Please sign in to comment.