Skip to content

Commit b456aea

Browse files
committed
Update how-to-use-rename-and-refactoring-to-make-changes-to-your-database-objects.md
formatting the warning
1 parent 3e4c1bc commit b456aea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/ssdt/how-to-use-rename-and-refactoring-to-make-changes-to-your-database-objects.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ The Refactor contextual menu in the Transact\-SQL Editor allows you to rename or
4747
11. Right-click **Product** and select **View Data**. Notice that existing data is kept intact regardless of the rename operation.
4848

4949
> [!WARNING]
50-
If a refactor log is deleted, the complete history of the refactoring will be deleted. When the project is published to a database where prior refactor operations haven't been applied, any refactor operations completed before the refactor file was deleted, will be published as drop and create operations. As a result, data loss may occur.
50+
> If a refactor log is deleted, the complete history of the refactoring will be deleted. When the project is published to a database where prior refactor operations haven't been applied, any refactor operations completed before the refactor file was deleted, will be published as drop and create operations. As a result, data loss may occur.
5151
5252
### To expand wildcards
5353

0 commit comments

Comments
 (0)