Skip to content

Commit

Permalink
backend-rust
Browse files Browse the repository at this point in the history
  • Loading branch information
lassemand committed Dec 17, 2024
1 parent 2c9c42b commit 1add8a4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions backend-rust/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ services:
container_name: postgres_db
ports:
- "5432:5432"
volumes:
- ./data:/var/lib/postgresql/data
environment:
POSTGRES_PASSWORD: ${PGPASSWORD}
POSTGRES_DB: ccdscan
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 1add8a4

Please sign in to comment.