Modules
ViewUpdates
Main DB
0
Up to date | 0 applied
Learning DB
0
Up to date | 15 applied
App Updates
0
Up to date | 2 applied
Updates
Pending and applied items are shown separately for the main DB, learning DB, and app updates.
Main DB
0 pending | 0 applied
Pending
0
Applied
0
Learning DB
0 pending | 15 applied
Pending
0
Applied
15
2026_03_13_001_add_reverse_score.sql
Add reverse_score to levels for separate reverse-mode quiz scoring.
2026_03_16_001_create_user_connections.sql
Create user_connections for parent-child learning management relationships.
2026_03_20_001_create_module_assignments.sql
Create module_assignments for parent-managed student goals.
2026_03_25_001_add_module_assignment_goal_columns.sql
Add explicit goal level and difficulty columns to module_assignments while keeping target_value.
2026_03_25_002_add_levels_last_result_columns.sql
Add last-result flags to levels for normal and reverse quiz attempts.
2026_04_03_001_create_learning_connection_settings.sql
No description provided.
2026_04_05_001_create_learning_module_milestones.sql
Create learning_module_milestones for first-time module score frontiers.
2026_04_09_001_add_question_answer_created_at.sql
Add created_at timestamps to questions and answers.
2026_04_09_002_create_learning_module_content_history.sql
Create learning_module_content_history for QA add/remove tracking by module.
2026_04_09_003_create_learning_accuracy_history.sql
Create learning_accuracy_history for module right/wrong ratio snapshots.
2026_04_09_004_create_learning_fluency_history.sql
Create learning_fluency_history for correct-answer response times.
2026_04_11_001_create_learning_review_flags.sql
Create learning_review_flags for shared QA review history and admin resolution.
2026_04_12_001_create_learning_sessions.sql
Create learning_sessions for learner study session timing.
2026_04_12_002_create_learning_session_modules.sql
Create learning_session_modules to track modules studied within each session.
2026_04_18_001_add_accuracy_direction_columns.sql
Add normal/reverse directional counts to learning_accuracy_history.
App Updates
0 pending | 2 applied
Pending
0
Applied
2
2026_03_13_001_backfill_learning_users.php
Backfill learning users from referral users by shared access_token.
2026_03_25_001_backfill_module_assignment_goal_columns.php
Backfill module assignment goal level and difficulty columns from existing target_value values.