Skip to content

Commit 91f7a8d

Browse files
authored
Fix airdrop qa migration naming (#11330)
1 parent 8327c22 commit 91f7a8d

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

packages/discovery-provider/ddl/migrations/0118_prod_airdrop_qa.sql

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ one_shot_users as (
2020
select temp.handle_lc,
2121
temp.amount,
2222
users.user_id
23-
from temp_stage_one_shot temp
23+
from temp_prod_airdrop_qa temp
2424
join users on temp.handle_lc = users.handle_lc
2525
)
2626
INSERT INTO user_challenges (

0 commit comments

Comments
 (0)