mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 02:14:13 +00:00
Fix migration
This commit is contained in:
@@ -169,18 +169,6 @@ class Migration_more_contests extends CI_Migration {
|
||||
}
|
||||
}
|
||||
|
||||
// Run the querys
|
||||
try {
|
||||
foreach ($qso_fields as $query) {
|
||||
$this->db->query($query);
|
||||
}
|
||||
} catch (Exception $e) {
|
||||
$this->db->trans_rollback();
|
||||
log_message('error', 'Migration failed: ' . $e->getMessage());
|
||||
log_message('error', 'The query was: ' . $query);
|
||||
return false;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
public function down() {
|
||||
|
||||
Reference in New Issue
Block a user