Skip to content

Commit 89abbdd

Browse files
Add migrations, update seeding, and modify images
This commit includes multiple migrations for the Entity Framework Core application in the `EdufyAPI` namespace. Key changes involve: - Initial database schema setup with tables for `Certificate`, `Course`, `Enrollment`, `Lesson`, and `Progress`. - Addition of new properties and columns, including `Category` and `Level` in the `Courses` table. - Updates to data seeding for courses, instructors, lessons, and quizzes, reflecting new identifiers and descriptions. - Removal of the `NumberOfStudentsEnrolled` column from the `Courses` table. - Significant updates to image files, including the addition of new binary data for several JPEG images, indicating modifications or replacements.
1 parent 98b6259 commit 89abbdd

41 files changed

Lines changed: 5255 additions & 5883 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Migrations/20250407095049_InitialMigration.Designer.cs

Lines changed: 0 additions & 1103 deletions
This file was deleted.

Migrations/20250423163320_AddCourseCategory.Designer.cs

Lines changed: 0 additions & 1108 deletions
This file was deleted.

Migrations/20250423163320_AddCourseCategory.cs

Lines changed: 0 additions & 42 deletions
This file was deleted.

0 commit comments

Comments
 (0)