blessing-skin-server/database/update_scripts/update-4.3.6-to-4.3.7.php
2019-07-05 22:48:23 +08:00

11 lines
572 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
return [
'请您手动打开终端或 PowerShell 执行以下命令以完成升级:',
'Please open terminal or PowerShell to complete upgrade:',
'<code>php artisan migrate --force</code>',
'',
'然后修改 .env 文件,将 <code>QUEUE_DRIVER</code> 的值改为 <code>database</code>。(使用 Redis 的用户请修改为 <code>redis</code>',
'Then, please edit your ".env" file. Change the value of <code>QUEUE_DRIVER</code> from <code>sync</code> to <code>database</code>. Redis users please change it to <code>redis</code>.',
];