Skip to content

Commit ed5ebf0

Browse files
committed
docs(sequelize): fix synchronize default value
1 parent 79b32d8 commit ed5ebf0

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)