Skip to content

Commit

Permalink
fix: fixing a syntax error in migration file
Browse files Browse the repository at this point in the history
  • Loading branch information
Kammerlo committed Oct 2, 2024
1 parent 16ed6d7 commit 7970c2e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ SELECT
drep_registration.id AS "id",
drep_hash.view AS "DRepId",
drep_registration.tx_id AS "tx_id",
drep_registration.deposit AS "deposit"
drep_registration.deposit AS "deposit",
drep_registration.voting_anchor_id AS "voting_anchor_id"
FROM drep_registration
JOIN drep_hash on drep_registration.drep_hash_id = drep_hash.id;
Expand Down

0 comments on commit 7970c2e

Please sign in to comment.