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 updated_at to users table (LMS)
|
||||
-- To match common::models::User struct requirements
|
||||
|
||||
ALTER TABLE users ADD COLUMN updated_at TIMESTAMPTZ NOT NULL DEFAULT NOW();
|
||||
Reference in New Issue
Block a user