Skip to content

Commit 5a06e1e

Browse files
Merge pull request #1892 from yassernascimento/sequelize-wrong-default-synchronize-option
docs(sequelize): fix synchronize default value
2 parents 79b32d8 + ed5ebf0 commit 5a06e1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/techniques/sql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -814,7 +814,7 @@ The `forRoot()` method supports all the configuration properties exposed by the
814814
</tr>
815815
<tr>
816816
<td><code>synchronize</code></td>
817-
<td>If <code>true</code>, automatically loaded models will be synchronized (default: <code>false</code>)</td>
817+
<td>If <code>true</code>, automatically loaded models will be synchronized (default: <code>true</code>)</td>
818818
</tr>
819819
</table>
820820

0 commit comments

Comments
 (0)