Skip to content

Commit

Permalink
Fix migration
Browse files Browse the repository at this point in the history
  • Loading branch information
Volodymyr-Kuchinskyi committed Jun 13, 2024
1 parent 46f924a commit beae16f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion server/src/migration/1713372155154-CreateRoundsView.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ export class CreateRoundsView1713372155154 implements MigrationInterface {
select
p.round_id,
w.plays_num,
p.jackpot_amount,
p.jackpot_amount,
w.is_finished,
p.player_account_hash as winner_account_hash,
last_play.deploy_hash as last_play_deploy_hash,
p.timestamp as ended_at
Expand Down

0 comments on commit beae16f

Please sign in to comment.