Skip to content

Commit

Permalink
fixup! clarify handling of unsupported options
Browse files Browse the repository at this point in the history
  • Loading branch information
bajtos committed Apr 16, 2019
1 parent 09bc09a commit 4029988
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions _SPIKE_.md
Original file line number Diff line number Diff line change
Expand Up @@ -264,8 +264,10 @@ class MyModel extends Entity {}

When a model specifies an index or constraint that's not supported by the
connector running automigration, the connector should let the user know about
the problem. To preserve backwards compatibility, I am proposing to print a
console warning only.
the problem. To preserve backwards compatibility, we will print a console
warning and ignore any unsupported options.

**OUT OF SCOPE OF THE INITIAL VERSION:**

We can also introduce a new `options` flag for `autoupdate`/`automigrate` to
control what happens when a model definition specifies metadata that the
Expand Down

0 comments on commit 4029988

Please sign in to comment.