mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-26 14:21:19 +00:00
fmt
This commit is contained in:
parent
3f3b8e31ca
commit
0a02ceb294
1 changed files with 2 additions and 1 deletions
|
@ -182,7 +182,8 @@ pub fn run(options: Options) -> LemmyResult<Branch> {
|
|||
.has_pending_migration(migrations())
|
||||
.map_err(convert_err)?
|
||||
{
|
||||
// The condition above implies that the migration that creates the previously_run_sql table was already run
|
||||
// The condition above implies that the migration that creates the previously_run_sql table was
|
||||
// already run
|
||||
let sql_unchanged = exists(
|
||||
previously_run_sql::table.filter(previously_run_sql::content.eq(replaceable_schema())),
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue