Skip to content

Commit

Permalink
Merge pull request #1515 from dmitry-sinina/migration_fix
Browse files Browse the repository at this point in the history
WIP: fix migration. refs #1512
  • Loading branch information
dmitry-sinina authored Jul 22, 2024
2 parents 7dd0d34 + 70779c9 commit 29a0754
Show file tree
Hide file tree
Showing 3 changed files with 1,582 additions and 5 deletions.
2 changes: 1 addition & 1 deletion db/migrate/20240702142447_add_stir_shaken_validation.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2193,7 +2193,7 @@ def up
i_profile.legb_ss_status_id = i_profile.lega_ss_status_id;
v_customer_transit_headers_from_origination = array_append(v_customer_transit_headers_from_origination,'Identity');
v_vendor_transit_headers_from_origination = array_append(v_vendor_transit_headers_from_origination,'Identity');
ELSIF COALESCE(i_profile.ss_attest_id,0) > 0 AND i_vendor_gw.stir_shaken_crt_id IS NOT NULL AND THEN
ELSIF COALESCE(i_profile.ss_attest_id,0) > 0 AND i_vendor_gw.stir_shaken_crt_id IS NOT NULL THEN
-- insert our signature
i_profile.ss_crt_id = i_vendor_gw.stir_shaken_crt_id;
i_profile.legb_ss_status_id = i_profile.ss_attest_id;
Expand Down
Loading

0 comments on commit 29a0754

Please sign in to comment.