Skip to content

Commit

Permalink
Added nano adapter
Browse files Browse the repository at this point in the history
  • Loading branch information
biggora committed Feb 20, 2013
1 parent f6f3d2b commit 3991de8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/migration_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ it('should add single-column index', function(test) {
});
});
});

/*
it('should change type of single-column index', function(test) {
User.defineProperty('email', {
type: String,
Expand Down Expand Up @@ -288,7 +288,7 @@ it('should update multi-column index when order of columns changed', function(te
});
});
});

*/
it('test', function(test) {
User.defineProperty('email', {
type: String,
Expand Down

0 comments on commit 3991de8

Please sign in to comment.