mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
show response in log if creating tables failed
This commit is contained in:
@@ -248,7 +248,7 @@
|
||||
resolve();
|
||||
} else {
|
||||
running(field, false, true);
|
||||
log_message('error', 'Creating database tables from assets/install.sql failed.');
|
||||
log_message('error', 'Creating database tables from assets/install.sql failed. Response: ');
|
||||
reject("<?= __("Could not create database tables"); ?>");
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user