Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added example for using custom state storage
Squashed commit of the following: commit 86e0795a46fd813aefc8afbd7da5d450211fed0c Author: Wes Todd <[email protected]> Date: Mon Sep 24 16:59:45 2018 -0700 example cleanup commit 2bb649489ffb86451f82303e5be32a4b04b1301b Merge: b62234a 9ee0385 Author: Wes Todd <[email protected]> Date: Mon Sep 24 16:45:12 2018 -0700 Merge branch 'master' of https://github.com/roemba/node-migrate into roemba-master commit 9ee0385 Author: Roemer Hendrikx <[email protected]> Date: Sun Sep 16 22:17:51 2018 +0200 Small fix so that inserting into the migrations table with a new migration object generates a proper conflict commit b6eed64 Author: Roemer Hendrikx <[email protected]> Date: Sun Sep 16 21:26:19 2018 +0200 Changed database column type from text to jsonb and made delete and insert an upsert This removes the need foor JSON.parse or JSON.stringify commit c663c9a Author: Roemer Hendrikx <[email protected]> Date: Tue Aug 21 17:54:58 2018 +0200 Moved the custom state storage example to its own example folder commit 07cb6d3 Author: Roemer Hendrikx <[email protected]> Date: Tue Aug 21 17:53:58 2018 +0200 Rewritten the example to use promises instead of async, as async is not supported in node 6. Also added a create table statement in the save function. commit 076aa67 Author: Roemer Hendrikx <[email protected]> Date: Mon Aug 20 22:17:05 2018 +0200 added example for using a custom state storage
- Loading branch information