Co-authored-by:
This commit is contained in:
@@ -10,7 +10,7 @@ The Token Aggregation Service has been fully implemented according to the plan.
|
||||
## ✅ Completed Components
|
||||
|
||||
### 1. Database Schema
|
||||
- ✅ Migration file: `explorer-monorepo/backend/database/migrations/0011_token_aggregation_schema.up.sql`
|
||||
- ✅ Migration file: `~/projects/explorer-monorepo/backend/database/migrations/0011_token_aggregation_schema.up.sql`
|
||||
- ✅ Down migration: `0011_token_aggregation_schema.down.sql`
|
||||
- ✅ Tables created:
|
||||
- `token_market_data` - Market metrics per token
|
||||
@@ -87,7 +87,7 @@ The Token Aggregation Service has been fully implemented according to the plan.
|
||||
Run the migration in the explorer database:
|
||||
```bash
|
||||
# Navigate to explorer backend
|
||||
cd explorer-monorepo/backend
|
||||
cd ~/projects/explorer-monorepo/backend
|
||||
|
||||
# Run migration (method depends on your migration tool)
|
||||
# The migration file is at:
|
||||
|
||||
Reference in New Issue
Block a user