goliatone / core.io-data-manager

core.io Data manager module

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Upgrade to support waterline 1.x

goliatone opened this issue · comments

Need to change a few things.

  • Replace Model.definition with Model.schema.
  • Replace Model._attributes with Model.attributes.

Indirectly, we might have to ensure that updateOrCreate in BaseModel works as expected.