You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Name / Title: Initialize Backend Database Configuration and Environment
Complexity: Medium
Task Type: Backend
Description: The backend already has TypeORM configured in app.module.ts. This task involves generating and running the database migrations for the new fields added in Task 03 (e.g., walletAddress in User). Also, ensure the local Docker/Postgres environment is fully documented in .env.example.
Initialize NestJS Database Integration
app.module.ts. This task involves generating and running the database migrations for the new fields added in Task 03 (e.g.,walletAddressinUser). Also, ensure the local Docker/Postgres environment is fully documented in.env.example.UserandCoursetables in the local Postgres DB reflect the new Web3-aware columns..env.examplespecifies the correct DB connection variables for a local Postgres instance.npm run typeorm migration:generate).synchronize: truein production configuration.skillcert-backend-serversrc/app.module.tssrc/users/entities/user.entity.tspackage.json