Skip to content

Commit 4dea077

Browse files
committed
use proper format
1 parent eac6a1e commit 4dea077

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/deployment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ with more data, then it's a tiny bit more involved.
170170
1. Verify that your production database has been seeded correctly. If it hasn't,
171171
then restore your backup (asap).
172172

173-
> **Warning**: You may need to adjust some of the SQL generated by the `.dump`
173+
> **Warning:** You may need to adjust some of the SQL generated by the `.dump`
174174
> command to allow you to update the database without issue. It will have
175175
> `CREATE TABLE` commands which should include `IF NOT EXISTS`, but the
176176
> `CREATE UNIQUE INDEX` commands will not. You'll need to add `IF NOT EXISTS` to

0 commit comments

Comments
 (0)