-
-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: [Installer] インストーラーが「データベースをアップグレードしています…」でフリーズする問題を修正
Aerich を 0.6.3 から更新した結果、なんらかの相互作用?で SQLite データベースが閉じられずに無限にロックしてしまっているのが原因だが、結構前のバージョンから起動時に自動で DB マイグレーションを実行するようにしてあるので、単に当該処理を削除することで対応した ref: tortoise/aerich#384
- Loading branch information
1 parent
2ee9c73
commit 627e303
Showing
2 changed files
with
0 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters