Skip to content

Commit 7bb53ed

Browse files
committed
clean up todo
1 parent 2a0b97b commit 7bb53ed

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

liquibase-service/src/main/resources/db/005-rdb_modern/routines/052-sp_provider_event-001.sql

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,6 @@ BEGIN
120120
(elp.USE_CD = 'WP' AND elp.CD = 'PH' AND elp.STATUS_CD = 'A') -- provider workplace phone
121121
OR
122122
(elp.CD = 'CP') -- provider cell phone
123-
-- todo: let service do filtering by cd and use_cd for readability/findability?
124123
)
125124
FOR json path, INCLUDE_NULL_VALUES) AS phone) AS phone,
126125
-- person email

0 commit comments

Comments
 (0)