Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

create-firebird.sql broken, missing patient_fk in table patient_id #4214

Closed
gunterze opened this issue Sep 12, 2023 · 0 comments
Closed

create-firebird.sql broken, missing patient_fk in table patient_id #4214

gunterze opened this issue Sep 12, 2023 · 0 comments
Assignees
Labels
bug Something isn't working
Milestone

Comments

@gunterze
Copy link
Member

create-firebird.sql broken, missing patient_fk in table patient_id

create table patient_id
(
    pk               bigint      not null,
    pat_id           varchar(64) not null,
    pat_id_type_code varchar(64),
    entity_id        varchar(64),
    entity_uid       varchar(64),
    entity_uid_type  varchar(64),
    version          bigint,
+    patient_fk       bigint      not null,
    primary key (pk)
)
@gunterze gunterze added the bug Something isn't working label Sep 12, 2023
@gunterze gunterze added this to the 5.31.1 milestone Sep 12, 2023
@gunterze gunterze self-assigned this Sep 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant