initialize project with basic structure and dependencies
This commit is contained in:
@@ -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;
|
||||
@@ -99,6 +99,13 @@
|
||||
"when": 1777200000010,
|
||||
"tag": "0013_relevant_files",
|
||||
"breakpoints": true
|
||||
},
|
||||
{
|
||||
"idx": 14,
|
||||
"version": "6",
|
||||
"when": 1777200000011,
|
||||
"tag": "0014_jit_lessons",
|
||||
"breakpoints": true
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user