Skip to content

Commit 3393129

Browse files
authored
update hospital count
1 parent 97509bd commit 3393129

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-db/postgres/postgres_checks.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ select 'careplangeneral' as tbl, 3115018 as row_count UNION
1717
select 'careplangoal' as tbl, 504139 as row_count UNION
1818
select 'careplaninfectiousdisease' as tbl, 8056 as row_count UNION
1919
select 'diagnosis' as tbl, 2710672 as row_count UNION
20-
select 'hospital' as tbl, 459 as row_count UNION
20+
select 'hospital' as tbl, 208 as row_count UNION
2121
select 'infusiondrug' as tbl, 4803719 as row_count UNION
2222
select 'lab' as tbl, 39132531 as row_count UNION
2323
select 'medication' as tbl, 7301853 as row_count UNION

0 commit comments

Comments
 (0)