-
Notifications
You must be signed in to change notification settings - Fork 1
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
[AQTS-688] New trs_trn_requests table to replace dqt_trn_requests #2547
Merged
Hassanmir92
merged 4 commits into
main
from
AQTS-688-dev-code-architecture-update-new-trs-trn-request-table
Dec 10, 2024
Merged
[AQTS-688] New trs_trn_requests table to replace dqt_trn_requests #2547
Hassanmir92
merged 4 commits into
main
from
AQTS-688-dev-code-architecture-update-new-trs-trn-request-table
Dec 10, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Hassanmir92
had a problem deploying
to
development
December 5, 2024 15:47 — with
GitHub Actions
Failure
Hassanmir92
had a problem deploying
to
development
December 5, 2024 15:47 — with
GitHub Actions
Failure
Hassanmir92
had a problem deploying
to
development
December 5, 2024 16:49 — with
GitHub Actions
Failure
Hassanmir92
temporarily deployed
to
development
December 6, 2024 09:00 — with
GitHub Actions
Inactive
Hassanmir92
force-pushed
the
AQTS-688-dev-code-architecture-update-new-trs-trn-request-table
branch
from
December 6, 2024 09:15
19fa361
to
674dccd
Compare
Hassanmir92
temporarily deployed
to
development
December 6, 2024 09:15 — with
GitHub Actions
Inactive
Review app deployed to https://apply-for-qts-review-2547-web.test.teacherservices.cloud/personas |
Hassanmir92
force-pushed
the
AQTS-688-dev-code-architecture-update-new-trs-trn-request-table
branch
from
December 10, 2024 11:05
674dccd
to
fcfc043
Compare
Hassanmir92
force-pushed
the
AQTS-688-dev-code-architecture-update-new-trs-trn-request-table
branch
from
December 10, 2024 11:06
fcfc043
to
37f0d4d
Compare
Hassanmir92
temporarily deployed
to
development
December 10, 2024 11:07 — with
GitHub Actions
Inactive
syed87
approved these changes
Dec 10, 2024
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.
lgtm
Hassanmir92
temporarily deployed
to
development
December 10, 2024 15:48 — with
GitHub Actions
Inactive
Hassanmir92
deleted the
AQTS-688-dev-code-architecture-update-new-trs-trn-request-table
branch
December 10, 2024 16:07
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Ticket: https://dfedigital.atlassian.net/browse/AQTS-688
As part our move away from DQT, we hold a table called dqt_trn_requests. We want to rename this table to be trs_trn_requests.
In this PR, we:
Release order:
rails dqt_to_trs_migration:replace_dqt_trn_requests_table_with_trs_trn_requests
rake task. - DONE