Skip to content

migrations - database migrations

Migration commands are reserved for future nORM releases and are not implemented yet.

Usage

sh
norm migrations check
norm migrations revision

Behavior

  • Prints a warning that migrations are not implemented.
  • Exits with code 2 (usage / not available).

Released under the MIT License.