📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: LiteSpeed
2026-07-01 16:25:26
📂
/ (Root)
/
var
/
softaculous
/
tcexam
/
upgrade
📍 /var/softaculous/tcexam/upgrade
🔄 Refresh
✏️
Editing: mysql_db_upgrade_14to15.sql
Read Only
/* ============================================================ File name : mysql_db_upgrade_14to15.sql Begin : 2022-12-17 Last Update : 2022-12-17 Description : TCExam database structure upgrade commands (from version 14 to 15). Database : MySQL 4.1+ License: Copyright (C) 2004-2026 Nicola Asuni - Tecnick.com LTD See LICENSE file for more information. //============================================================+ */ ALTER TABLE [[dbprefix]]tests MODIFY COLUMN test_repeatable TINYINT NOT NULL Default 0;
💾 Save Changes
❌ Cancel