We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eac6a1e commit 4dea077Copy full SHA for 4dea077
docs/deployment.md
@@ -170,7 +170,7 @@ with more data, then it's a tiny bit more involved.
170
1. Verify that your production database has been seeded correctly. If it hasn't,
171
then restore your backup (asap).
172
173
-> **Warning**: You may need to adjust some of the SQL generated by the `.dump`
+> **Warning:** You may need to adjust some of the SQL generated by the `.dump`
174
> command to allow you to update the database without issue. It will have
175
> `CREATE TABLE` commands which should include `IF NOT EXISTS`, but the
176
> `CREATE UNIQUE INDEX` commands will not. You'll need to add `IF NOT EXISTS` to
0 commit comments