Skip to content

Commit

Permalink
fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
Scarlett-Truong committed Sep 24, 2024
1 parent e5d6b31 commit a0ad001
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions migrations/sql/R__insert_CEEB_decision_codes.sql
Original file line number Diff line number Diff line change
Expand Up @@ -1656,7 +1656,7 @@ insert into
display_order,
active_ind,
create_user_id,
create_utc_timestamp,
create_utc_timestamp
)
values
(
Expand All @@ -1666,7 +1666,7 @@ values
50,
'Y',
CURRENT_USER,
CURRENT_TIMESTAMP,
CURRENT_TIMESTAMP
) ON CONFLICT DO NOTHING;

insert into
Expand Down

0 comments on commit a0ad001

Please sign in to comment.