feat: Add LTI launch, lesson preview, course progress, bookmarks, and asset management features.
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
-- Migration: Add uploaded_by to assets table
|
||||
ALTER TABLE assets ADD COLUMN uploaded_by UUID REFERENCES users(id) ON DELETE SET NULL;
|
||||
|
||||
-- Index for performance when filtering by uploader
|
||||
CREATE INDEX idx_assets_uploaded_by ON assets(uploaded_by);
|
||||
Reference in New Issue
Block a user