From 21fd522c4cde8db9a21bebaf6223d60cee581475 Mon Sep 17 00:00:00 2001 From: Nicholas Faiz Date: Mon, 17 Feb 2014 17:16:50 +1100 Subject: [PATCH] mention the migrations plugin on the readme --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index dc549c73..06152fa2 100755 --- a/Readme.md +++ b/Readme.md @@ -34,7 +34,7 @@ npm test - Create Model associations, find, check, create and remove - Define custom validations (several builtin validations, check instance properties before saving - see [enforce](http://github.com/dresende/node-enforce) for details) - Model instance caching and integrity (table rows fetched twice are the same object, changes to one change all) -- Plugins: [MySQL FTS](http://dresende.github.io/node-orm-mysql-fts) , [Pagination](http://dresende.github.io/node-orm-paging) , [Transaction](http://dresende.github.io/node-orm-transaction), [Timestamps](http://github.com/SPARTAN563/node-orm-timestamps) +- Plugins: [MySQL FTS](http://dresende.github.io/node-orm-mysql-fts) , [Pagination](http://dresende.github.io/node-orm-paging) , [Transaction](http://dresende.github.io/node-orm-transaction), [Timestamps](http://github.com/SPARTAN563/node-orm-timestamps), [Migrations](https://github.com/locomote/node-migrate-orm2) ## Introduction