Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion docs/site/Database-migrations.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,16 @@ LoopBack offers two ways to do this:
- **Auto-update**: Change database schema objects if there is a difference
between the objects and model definitions. Existing data will be kept.

For connector-specific settings for defining model schemas and auto-migration,
check out the specific connector under
[Database Connectors](Database-connectors.md).

{% include warning.html content="Auto-update will attempt to preserve data while
updating the schema in your target database, but this is not guaranteed to be
safe.

Please check the documentation for your specific connector(s) for a detailed
breakdown of behaviors for automigrate! " %}
breakdown of behaviors for auto-migrate! " %}

## Examples

Expand Down