Skip to content

Conversation

@mohan-13
Copy link
Member

@mohan-13 mohan-13 commented Aug 4, 2022

This PR adds a liquibase migration that adds default data mapping to modality and order_type tables.

@mohan-13 mohan-13 requested a review from angshu August 4, 2022 05:29
<column name="comment" type="varchar(255)"/>
</addColumn>
</changeSet>
<changeSet id="PACS-20220804" author="Mohankumar">
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please add the column names

INSERT INTO table_name (column1, column2 ...) VALUES (value1, value2 ..)

<column name="comment" type="varchar(255)"/>
</addColumn>
</changeSet>
<changeSet id="PACS-20220804" author="Mohankumar">
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

also, will this work on on-premise install? the node name would be localhost or ipaddress, right?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No Angshu. In an on-prem installation, this needs to be updated either with localhost or the ip of where DCM4CHEE (PACS) is running.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants