initialize project with basic structure and dependencies

This commit is contained in:
ImBenji
2026-04-27 23:59:15 +01:00
parent 83f2837ce6
commit f6f45500f8
13 changed files with 1443 additions and 579 deletions
+7
View File
@@ -0,0 +1,7 @@
ALTER TABLE `topics` ADD `status` text DEFAULT 'pending' NOT NULL;
ALTER TABLE `lessons` ADD `cost_ai` real DEFAULT 0;
ALTER TABLE `lessons` ADD `cost_audio` real DEFAULT 0;
ALTER TABLE `lessons` ADD `cost_branch_ai` real DEFAULT 0;
ALTER TABLE `lessons` ADD `cost_branch_audio` real DEFAULT 0;
ALTER TABLE `lessons` ADD `cost_total` real DEFAULT 0;
ALTER TABLE `lessons` ADD `branch_status` text DEFAULT 'pending' NOT NULL;
+7
View File
@@ -99,6 +99,13 @@
"when": 1777200000010,
"tag": "0013_relevant_files",
"breakpoints": true
},
{
"idx": 14,
"version": "6",
"when": 1777200000011,
"tag": "0014_jit_lessons",
"breakpoints": true
}
]
}