feat: Introduce multi-tenancy support with organization-specific data, add interactive transcript functionality, and enhance lesson/course schemas.
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
-- Migration: Add pacing_mode to courses table (LMS)
|
||||
-- To match common::models::Course struct and CMS schema
|
||||
|
||||
ALTER TABLE courses ADD COLUMN pacing_mode VARCHAR(50) NOT NULL DEFAULT 'self_paced';
|
||||
Reference in New Issue
Block a user