Skip to content

Commit

Permalink
Added create sequence to interface
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelkunzmann-sap committed Feb 4, 2016
1 parent f1e7e98 commit dd3bf7c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/interface/migratorInterface.js
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,9 @@ MigratorInterface.prototype = {

all: dummy,

close: dummy
close: dummy,

createSequence: dummy

This comment has been minimized.

Copy link
@wzrdtales

wzrdtales Feb 4, 2016

Member

This would extend the generic API, I ment this as example to extend the driver specific API:
https://github.com/db-migrate/mysql/blob/master/index.js#L401-L413

You actually have access to the extension from within the driver.


};

Expand Down

0 comments on commit dd3bf7c

Please sign in to comment.