Skip to content

Commit

Permalink
fix: update
Browse files Browse the repository at this point in the history
  • Loading branch information
withsalt committed Jun 26, 2024
1 parent 019fd37 commit 3791734
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified docs/images/use_qrcode_login.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ public static IApplicationBuilder InitializeDatabase(this IApplicationBuilder ap
{
throw new Exception($"Can not get database sqlite from IdleBus.");
}
logger.LogInformation($"For sqlite, automatic sync database structure is turned on, start seeding database...");
logger.LogInformation($"Automatic sync database structure is turned on, start seeding database...");
//同步表结构
SyncStructure(db);
//写入种子数据
Expand Down

0 comments on commit 3791734

Please sign in to comment.