Skip to content

Commit

Permalink
add todo (#330)
Browse files Browse the repository at this point in the history
  • Loading branch information
lassemand authored Dec 17, 2024
1 parent e183bd9 commit 8c336d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend-rust/migrations/0001_initialize.up.sql
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,7 @@ CREATE TABLE accounts(
BIGINT
REFERENCES transactions,
-- The total balance of this account in micro CCD.
-- TODO: Actually populate this in the indexer.
amount
BIGINT
NOT NULL
Expand Down

0 comments on commit 8c336d5

Please sign in to comment.