migration docs link in readme

This commit is contained in:
Tobe O 2019-04-04 14:50:03 -04:00
parent e11b84ad55
commit 4d01ec6a62

View file

@ -6,6 +6,9 @@ Source-generated PostgreSQL ORM for use with the
[Angel framework](https://angel-dart.github.io).
Now you can combine the power and flexibility of Angel with a strongly-typed ORM.
Documentation for migrations can be found here:
https://angel-dart.gitbook.io/angel/v/2.x/orm/migrations
* [Usage](#usage)
* [Model Definitions](#models)
* [MVC Example](#example)
@ -258,4 +261,4 @@ abstract class _Foo extends Model {
@Column(defaultValue: 'baz')
String bar;
}
```
```