-
Notifications
You must be signed in to change notification settings - Fork 17
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
MMI-3116 Update Source and Series CBRA source #2354
Conversation
laidaoyu
commented
Dec 3, 2024
- added is CBRA source to source and series page
- updated source and series data models
- added is CBRA source to source and series page - updated source and series data models
libs/net/dal/Migrations/1.3.8/Down/PostDown/00-source-series.sql
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Where did the DB migration go?
they are in libs/net/dal/Migrations/20241129161926_1.3.8.cs and 20241129161926_1.3.8.Designer.cs |
Odd, when I reviewed last night it only showed 4 file changes in the PR. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Don't forget to run the DB migration manually with the helper scripts. Openshift can't handle the build of the db-migration service regrettably.