loopback-datasource-juggler/types
Miroslav Bajtoš 4c53abad32
types: allow no `models` argument for automigrate
Fix type definitions to allow zero-argument invocation of
the following database migration methods:
  - `DataSource.automigrate()`
  - `DataSource.autoupdate()`

Implementation-wise, when no model names are specified, then ALL models
attached to the datasource are migrated.

Signed-off-by: Miroslav Bajtoš <mbajtoss@gmail.com>
2020-05-12 15:39:47 +02:00
..
__test__.ts Add ObserverMixin members to ModelBase typings 2020-03-02 11:54:48 +01:00
common.d.ts Update copyright year and CODEOWNERS (#1818) 2020-01-21 13:12:14 -05:00
connector.d.ts Update copyright year and CODEOWNERS (#1818) 2020-01-21 13:12:14 -05:00
datasource.d.ts types: allow no `models` argument for automigrate 2020-05-12 15:39:47 +02:00
inclusion-mixin.d.ts Add typescript type definitions 2018-05-09 12:47:27 -07:00
kv-model.d.ts fix: update TypeScript declaration for KV 2018-07-16 10:11:54 -07:00
model.d.ts fixup! improve comment for `this` & static members 2020-03-02 13:04:01 +01:00
observer-mixin.d.ts chore: improve Listener signature 2020-03-05 14:30:24 +05:30
persisted-model.d.ts Update copyright year and CODEOWNERS (#1818) 2020-01-21 13:12:14 -05:00
query.d.ts Add typescript type definitions 2018-05-09 12:47:27 -07:00
relation-mixin.d.ts Add typescript type definitions 2018-05-09 12:47:27 -07:00
relation.d.ts Add typescript type definitions 2018-05-09 12:47:27 -07:00
scope.d.ts Add typescript type definitions 2018-05-09 12:47:27 -07:00
transaction-mixin.d.ts Add typescript type definitions 2018-05-09 12:47:27 -07:00
validation-mixin.d.ts Add typescript type definitions 2018-05-09 12:47:27 -07:00