This commit is contained in:
2026-07-21 13:25:03 +08:00 Unverified
parent ae528b20e9
commit 1b6e860013
5 changed files with 35 additions and 8 deletions
+1 -1
View File
@@ -73,7 +73,7 @@ const mysqlBusinessTables = [
'schools', 'school_classes', 'candidate_profiles', 'notices', 'exams', 'exam_subjects',
'registrations', 'registration_subjects', 'exam_arrangement_plans', 'admit_cards', 'admit_card_subjects',
'results', 'test_centers', 'test_rooms', 'center_change_requests', 'center_change_rooms',
'candidate_account_batches', 'candidate_account_batch_items', 'workflow_instances', 'workflow_actions', 'audit_logs'
'candidate_account_batches', 'candidate_account_batch_items', 'workflow_instances', 'workflow_actions', 'admission_records', 'audit_logs'
];
async function prepareMysql() {