Skip to content
This repository has been archived by the owner on Feb 7, 2025. It is now read-only.

Adding constructor database #3

Merged
merged 17 commits into from
Aug 2, 2022
Merged

Conversation

marctemp
Copy link
Contributor

@marctemp marctemp commented Jul 28, 2022

@marctemp marctemp force-pushed the pay-2195-add-constructor-db branch 2 times, most recently from bc48570 to c6e9f05 Compare August 1, 2022 13:21
@marctemp
Copy link
Contributor Author

marctemp commented Aug 1, 2022

Latest ERD

@marctemp marctemp marked this pull request as ready for review August 1, 2022 13:40
const claim = sequelize.define('claim', {
calculationId: { type: DataTypes.INTEGER, primaryKey: true, autoIncrement: true },
paymentRequestId: DataTypes.INTEGER,
sbi: DataTypes.INTEGER,
Copy link
Member

Choose a reason for hiding this comment

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

We may need frn here too as a BIGINT. All payments are FRN focused so if it's possible to get from DWH, it might simplify matching.

Happy it can be added later.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

This would cause field duplication though...

@sonarqubecloud
Copy link

sonarqubecloud bot commented Aug 2, 2022

SonarCloud Quality Gate failed.    Quality Gate failed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

0.0% 0.0% Coverage
0.0% 0.0% Duplication

@johnwatson484 johnwatson484 merged commit 90e7d22 into main Aug 2, 2022
@johnwatson484 johnwatson484 deleted the pay-2195-add-constructor-db branch August 2, 2022 09:50
@marctemp marctemp restored the pay-2195-add-constructor-db branch August 2, 2022 11:59
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants