Skip to content

Commit

Permalink
Fix headers for database migrations guide (#17042)
Browse files Browse the repository at this point in the history
  • Loading branch information
di authored Nov 7, 2024
1 parent 2f6ac4a commit 799080a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/dev/development/database-migrations.rst
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ and may require a full revert.
.. _removing-a-column:

Removing a column
=================
-----------------

To remove a column:

Expand All @@ -88,7 +88,7 @@ This will ensure that the "old" version of Warehouse (prior to the new migration
has no references to the column being deleted).

Renaming a column
=================
-----------------

Renaming a column is more complex than deleting a column, since it involves
a data migration. To rename a column:
Expand Down

0 comments on commit 799080a

Please sign in to comment.