angel-dart-archive / orm

moved to angel-dart/angel/packages/orm

Home Page:https://github.com/angel-dart/angel/tree/master/packages/orm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Future: Add support for migrations that just run existing SQL files

thosakwe opened this issue · comments

*This issue was automatically moved to: angel-dart/angel#225.

Example:

migrations: [
  MyMigration(),
  RawMigration(
    'lib/src/migrations/users_up.sql', 'lib/src/migrations/users_down.sql')
]