Skip to content

Commit 40717c9

Browse files
authored
fix(move): rename logical file name (#107)
1 parent 4f40f0e commit 40717c9

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/AgDatabaseMove.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ public decimal Move(decimal? lastLsn = null)
8282

8383
if(_options.Finalize) {
8484
_options.Destination.JoinAg();
85-
_options.Destination.RenameLogicalFileName(_options.FileRelocator);
8685
}
8786

8887
return backupList.Max(bl => bl.LastLsn);

0 commit comments

Comments
 (0)