Skip to content

Commit bf8de2d

Browse files
wedamijamarkstory
andauthored
Update develop-docs/api-server/application-domains/database-migrations/index.mdx
Co-authored-by: Mark Story <[email protected]>
1 parent 17e6e48 commit bf8de2d

File tree

1 file changed

+1
-1
lines changed
  • develop-docs/api-server/application-domains/database-migrations

1 file changed

+1
-1
lines changed

develop-docs/api-server/application-domains/database-migrations/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ To avoid this, follow these steps:
153153
- Combine these migrations together to save making multiple deploys
154154
- Deploy your migration changes. It's important that all previous pull requests are in production before we remove the actual column from the table.
155155
- Make a pull request that create a new migration that has the same `SafeRemoveField` operation as before, but set `deletion_action=DeletionAction.DELETE` instead. This deletes the actual column from the table in Postgres.
156-
- Deploy
156+
- Deploy the drop column migration.
157157

158158
Here's an example of removing the `project` column from this model. It is both a foreign key and not null:
159159

0 commit comments

Comments
 (0)