Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

node-db-migrate

We're on a mission to realize the ideas of the community and get db-migrate feature complete.
Collective - Host: opensource - https://opencollective.com/node-db-migrate - Code: https://github.com/db-migrate/node-db-migrate

Add BIGINT data type. Closes #81

github.com/db-migrate/node-db-migrate - 8bc8f093d39ee8e313253f679db113c6f33166c2 authored almost 12 years ago
Update changelog for version 0.4.0

github.com/db-migrate/node-db-migrate - 561c0cec8cd685a90d38318aa75ded4cb534476c authored almost 12 years ago
Fix typo. Closes #76

github.com/db-migrate/node-db-migrate - 2e1cb01d4c6e813da2c755bbe73221ea4ae33ec9 authored almost 12 years ago
Add renameColumn test for MySQL

github.com/db-migrate/node-db-migrate - d7d13012794efdbfc1106bd3bb284db68356177c authored almost 12 years ago
Update db-meta dependency to 0.4.1

github.com/db-migrate/node-db-migrate - 176d1347ef65d5388d9d1043b0af19137f71ce2c authored almost 12 years ago
Implement renameColumn for MySQL

github.com/db-migrate/node-db-migrate - 82ff7ab8b9d947de0eda1be45abe25c45a8a0c46 authored almost 12 years ago
Merge pull request #78 from milyoni/master

Lazily require migration

github.com/db-migrate/node-db-migrate - 0c52bae55d3030b744a7c4de75030d25fa1dfa24 authored almost 12 years ago
Merge pull request #73 from mcandre/master

Added --version flag

github.com/db-migrate/node-db-migrate - adb4e8c9959b741ab7fc291a98afdf3fd9ba8838 authored almost 12 years ago
More validation for config file for sqllite

github.com/db-migrate/node-db-migrate - 019c85ee36a4c670ce03db5b5c244bfd4918def8 authored almost 12 years ago
Implemented renameColumn.

github.com/db-migrate/node-db-migrate - 88b8326339a596031db45edb3c105fea55448f26 authored almost 12 years ago
Started implementing renameColumn.

github.com/db-migrate/node-db-migrate - 18bdffd2da224f19c28457122a2e3e160246bd47 authored almost 12 years ago
Lazily requiring migration file, so migration files can be squashed.

github.com/db-migrate/node-db-migrate - 7c22dbcdb7bfae60d67da7b9255787d9b29e9e5b authored almost 12 years ago
added --version flag

github.com/db-migrate/node-db-migrate - e5fcf23cd0c9f4ed4506c392d2b96fe4438c612b authored almost 12 years ago
update for version 0.3.2

github.com/db-migrate/node-db-migrate - 9b52bcd59feb65e6fbfe41f9de2ea8ec43b9a918 authored about 12 years ago
Merge pull request #67 from swang/patch-1

Update error message for invalid data type.

github.com/db-migrate/node-db-migrate - 7ab84c87d93e728db0ed1c253845bd36b05a110e authored about 12 years ago
Update lib/driver/mysql.js

changed str -> spec.type as str doesn't exist in this function.

github.com/db-migrate/node-db-migrate - 12a9872e2abe83f73ae260e9f8b92fdfc89857d3 authored about 12 years ago
Update for version 0.3.1

github.com/db-migrate/node-db-migrate - 6bb1efb5af8efa9203c980742554b14d76b699af authored about 12 years ago
Merge pull request #66 from trojanowski/boolean-data-type

Add boolean data type

github.com/db-migrate/node-db-migrate - 9f0f5bfd1ae8dab730d84fcf429001de7a4d00f9 authored about 12 years ago
Use 'BOOLEAN' in Sqlite

github.com/db-migrate/node-db-migrate - e6010e2892a396e738f322597ba96a6796b9f630 authored about 12 years ago
Add boolean data type

github.com/db-migrate/node-db-migrate - f07b0aed921c6f7a16c3dca0ca9ff563108f7731 authored about 12 years ago
Update for version 0.3.0

github.com/db-migrate/node-db-migrate - b9c69bca20e0adf71865920bc0731dfe2cdbb621 authored about 12 years ago
Merge pull request #63 from joeferner/longtext

support LONGTEXT in mysql

github.com/db-migrate/node-db-migrate - 3cd4d92f1d5d667fa3596d821dbf16bb9e4e8576 authored about 12 years ago
Merge pull request #64 from joeferner/dryrun

added dry-run option

github.com/db-migrate/node-db-migrate - c9a12bcbdd66cfd1791ad1c59c0d249156353262 authored about 12 years ago
support LONGTEXT in mysql

github.com/db-migrate/node-db-migrate - 091810e05da878e67b6a1a2882ad30a069975443 authored about 12 years ago
added dry-run option

github.com/db-migrate/node-db-migrate - 53ef390074f3541ce5d4ca37417feedb8d69defc authored about 12 years ago
Update for release 0.2.8

github.com/db-migrate/node-db-migrate - 4b35bf9b7209048a5478c63d98904ed712f5a26f authored about 12 years ago
merge changes from #58

github.com/db-migrate/node-db-migrate - e6f6fe72888bdf62a40cddab0cc22ab83e988a32 authored about 12 years ago
Took some of the changes from https://github.com/cjohnson415 and added columnConstraint null (used with timestamps)

github.com/db-migrate/node-db-migrate - e4788d6bcdb9dac3f4a5b50166d85087ddb04a91 authored about 12 years ago
Documentation updates for v0.2.7

github.com/db-migrate/node-db-migrate - 3187a29d22cba25f754068458a91504a189b6202 authored about 12 years ago
Merge pull request #57 from garth/master

Added support for process.env.DATABASE_URL as used by heroku

github.com/db-migrate/node-db-migrate - 54a81a4686fd0e87b49605a614850379088fbbb6 authored about 12 years ago
Added support for process.env.DATABASE_URL as used by heroku

github.com/db-migrate/node-db-migrate - a554f5ea3cad306c09080df3763ae2b4f32629ed authored about 12 years ago
Update docs for release 0.2.6

github.com/db-migrate/node-db-migrate - 7e4e32429f36221679a1741d077d94149ca0b915 authored over 12 years ago
Added fix so migration records are being added in the correct format

github.com/db-migrate/node-db-migrate - 2ae3f02cab37ec304e2ee0d6cce8ecd2441d26d5 authored over 12 years ago
Added optional parameter 'tableName' to 'removeIndex' to make the api compatible with mysql driver

github.com/db-migrate/node-db-migrate - 22bae598f32751524ff7331f94fd2315dd37367d authored over 12 years ago
Merge commit '20340287c24776c67fef2becfff8cb2c409282da'

Conflicts:
lib/driver/mysql.js - Accept theirs

github.com/db-migrate/node-db-migrate - 4860ff12072dd2da8bc886d60294ced63a3223c7 authored over 12 years ago
fix ordering error on empty db. closes #51

github.com/db-migrate/node-db-migrate - 20340287c24776c67fef2becfff8cb2c409282da authored over 12 years ago
Escape single quotes in strings. Closes #50

github.com/db-migrate/node-db-migrate - be393aa21b25cf8737f5045bfb18db3b1b08627a authored over 12 years ago
Use --migrations-dir when specified. Closes #47

github.com/db-migrate/node-db-migrate - 2184b5866137b6e9104f356a071d9b9b06ba02c8 authored over 12 years ago
use path.join instead of string concatenation

github.com/db-migrate/node-db-migrate - b80a47c380f2bc7a8dedb2eb0a0d40a48baa096b authored over 12 years ago
update test script in package.json to run vows from the project directory

github.com/db-migrate/node-db-migrate - ed862325542c51b874502851ca49bb8a756f7c66 authored over 12 years ago
Add test for changeColumn unique constraint fix

github.com/db-migrate/node-db-migrate - 9f5efdf074ccbb21b409631dbc1238c00bd9b222 authored over 12 years ago
Merge pull request #46 from lede/master

handle unique constraints in changeColumn() for postgres

github.com/db-migrate/node-db-migrate - 394e3420be67b188d4457b0e0701a652f3373d7e authored over 12 years ago
added handling for unique constraints when changing a column on postgres backend

github.com/db-migrate/node-db-migrate - 654eb748c06be8fd5fc4d92b5b5687a6d0d63f72 authored over 12 years ago
Bump to version 0.2.3

github.com/db-migrate/node-db-migrate - ffc43b40f08780c6a1cd1659f5b071235aede912 authored over 12 years ago
Fixed error affecting mysql 2.0.0-alpha3 driver. Closes #44

github.com/db-migrate/node-db-migrate - 84e84ae6fa296fd2ff8398109748b2c67147f4e8 authored over 12 years ago
Update lib/driver/mysql.js

Fixed error in typeof call that caused mysql connection creation to not work in 2.0.0-alpha3

github.com/db-migrate/node-db-migrate - 728aa8e8cf2ef4bc41305d75005d14ffe879a941 authored over 12 years ago
Bump to version 0.2.2

github.com/db-migrate/node-db-migrate - e2d55d1a32549b80d92816b9c9c97404c6ea0d3d authored over 12 years ago
Use Github formatting for code samples

github.com/db-migrate/node-db-migrate - eb35c344824dbe6d7fd237d4e7d1c2556db1cfd8 authored over 12 years ago
Don't recommend installing globally

github.com/db-migrate/node-db-migrate - 3b3d5674f6c56a226a1eed9a18ee517476c6bad8 authored over 12 years ago
Merge pull request #43 from lede/master

fix for 'spec' is not defined

github.com/db-migrate/node-db-migrate - 72367677f501049b98e81bac7e2e179b176caa78 authored over 12 years ago
change 'spec' to 'columnSpec' in setDefaultValue() because 'spec' is not defined in that scope

github.com/db-migrate/node-db-migrate - bbbbfb9452b7ac5807a8b8745fac6dc563f10d4f authored over 12 years ago
Update changelog for version 0.2.1

github.com/db-migrate/node-db-migrate - 18e4993c97c103f9111b45b466046220869bd42c authored over 12 years ago
Merge pull request #41 from tvernon/mysqlAlpha

Added support for the [email protected] driver

github.com/db-migrate/node-db-migrate - 907f73d26e79605c68f618aaa94586924c9cc441 authored over 12 years ago
Fixed spacing issues

github.com/db-migrate/node-db-migrate - f95e86e395beb668f99d8a31f7bbfb9a25eaa2c6 authored over 12 years ago
Fixed spacing issues

github.com/db-migrate/node-db-migrate - 8bececc01d34450cd547a3708b49edf2c7b8ce65 authored over 12 years ago
Fixed spacing issues.

github.com/db-migrate/node-db-migrate - 64b68f292ba92a76c54ed8cb561a4e95212ea6b9 authored over 12 years ago
Fixed error with backwards compatability of mysql driver

github.com/db-migrate/node-db-migrate - 84171c2a6ef3a31f1e0f445d1b6344b2155b713f authored over 12 years ago
Merge pull request #40 from tvernon/refactorTests

Refactor tests

github.com/db-migrate/node-db-migrate - 5ea2915792f455c1824ce1f7956759ceb9572030 authored over 12 years ago
Refactored sqlite3 tests to close each connection after the tests on it are complete.

github.com/db-migrate/node-db-migrate - cb91fb2e1c66a4fe1a32dd4331c71bcdb5632633 authored over 12 years ago
Fixed spacing in pg_test and removed uneccesarry callback parameter

github.com/db-migrate/node-db-migrate - c6e92d18769cb98a9a319ee4c27abb4cfe6813b7 authored over 12 years ago
refactored mysql tests

github.com/db-migrate/node-db-migrate - 4f810c02ea85fcf2b79dd756672a5402374ee276 authored over 12 years ago
Merge pull request #39 from tvernon/createMigrationTests

Added additional tests for creating migration tables.

github.com/db-migrate/node-db-migrate - 3e501ecec6962d403b593c86a775d1fad760096f authored over 12 years ago
Fixed spacing in tests

github.com/db-migrate/node-db-migrate - 4b3ce24078a8ba95f975c5c054e2ddeb3a969945 authored over 12 years ago
Added additional tests for creating migration tables

github.com/db-migrate/node-db-migrate - ff5e572f7aa21b2fac7ff26d663684d6ace610f6 authored over 12 years ago
Update for version 0.2.0

github.com/db-migrate/node-db-migrate - e8b8525abffc7c4916258d7bc5ba1a5279b3284d authored over 12 years ago
fix merge conflicts and update db-meta version dependency

github.com/db-migrate/node-db-migrate - e300c079efbeb820c80c0a2fe3a1d3f9a65f2a92 authored over 12 years ago
Merge branch 'migrationTable' into fixes

github.com/db-migrate/node-db-migrate - a24c322d3ce67ea81c97e0fe92e600d76f892d50 authored over 12 years ago
Fixed issue with too many connections being used in testing.

github.com/db-migrate/node-db-migrate - 595297102b773c6ef1e231f3097783afd889d7a5 authored over 12 years ago
Pass through unknown data types unchanged, but issue warning

github.com/db-migrate/node-db-migrate - 2936b44ea7d5e57d6d453119cd60bdc81433224d authored over 12 years ago
pull request tweaks

github.com/db-migrate/node-db-migrate - 9c2716c1ebb6d81cfc1dfb2667dccf242ed1019a authored over 12 years ago
Merge branch 'master' into migrationTable

github.com/db-migrate/node-db-migrate - 0dc4c7c71752a8d05bc4784dd417320ead76f8a8 authored over 12 years ago
Fixed error with removeIndex in mySQL

github.com/db-migrate/node-db-migrate - bd0a4b71e7531aa60b85af804e9bb90fa57ffca2 authored over 12 years ago
Removed empty assert

github.com/db-migrate/node-db-migrate - d5ffb24829f77b3bd8e10f5d575c6b705a9c37e8 authored over 12 years ago
Fixed dateTime issue for mySql and altered tests slightly

github.com/db-migrate/node-db-migrate - 4f600e02f850f4557a898d616ab5906df4e5b709 authored over 12 years ago
Fix create migration table issue. Closes issue #26

github.com/db-migrate/node-db-migrate - 3fd37df6989726e132c1a6275f79b108e595adcf authored over 12 years ago
Update README with insert API docs. Closes #31

github.com/db-migrate/node-db-migrate - 8a478ef5b9fc7d8533212db89fbcb59e65097119 authored over 12 years ago
Make environment config available to migrations. Closes #22

github.com/db-migrate/node-db-migrate - 0a5998fe75e620ce6a63be511e80d9a7b6c9bc97 authored over 12 years ago
Minor tweaks to insert API pull request

github.com/db-migrate/node-db-migrate - 9d4a1ffbecdb9053d13a10fe3cc99b2e7c1a7a27 authored over 12 years ago
Fixed issue with fixing what Jeff said

github.com/db-migrate/node-db-migrate - 3853fdd0282f994dc2a9ec91ae8659d52bf61c2c authored over 12 years ago
fixed Jeff's comments

github.com/db-migrate/node-db-migrate - 8f121dbbd01661c17ce256008b06901178140ce0 authored over 12 years ago
Fixed tests to remove custom login information

github.com/db-migrate/node-db-migrate - a0b15769a4ba2c9d603bc0fbff04e8c3586e82c3 authored over 12 years ago
Fixed tests to remove custom login information

github.com/db-migrate/node-db-migrate - ab4ad8515311cbb66d7e5fa4b4e3ea8db2ca9fe0 authored over 12 years ago
Added tests for insert for mysql and sqlite3. Closes #23

github.com/db-migrate/node-db-migrate - 5bddd0a0b09b8a8b4061ef471852455abbdd2d57 authored over 12 years ago
Fixed insert method and associated tests for postgres

github.com/db-migrate/node-db-migrate - 3ba9c8e324d50dfa1b420d101fe2851eb665199d authored over 12 years ago
fight have fixed install stuff

github.com/db-migrate/node-db-migrate - e231f7a964d5509432b7f5fbb550a41c604619cb authored over 12 years ago
Update for release 0.1.5

github.com/db-migrate/node-db-migrate - e13e2f4aa49f82e26aa56f008e604b499037a658 authored over 12 years ago
Add tests for mysql

github.com/db-migrate/node-db-migrate - cad530cb1ceb59c98f26579c56b8bd3bf0d3daf9 authored over 12 years ago
Rename pg-test.js to pg_test.js

github.com/db-migrate/node-db-migrate - d998e3d332ae4f8d4dd7dc765e98c4ab78ef5078 authored over 12 years ago
Update test to use db-meta

github.com/db-migrate/node-db-migrate - 464230f603f0b6da624791ce19cb7353a628f9ce authored over 12 years ago
Add PostgreSQL testing

github.com/db-migrate/node-db-migrate - baee3a42c47759e9e0a260ff9490260e1a7960bb authored over 12 years ago
Update for release 0.1.4

github.com/db-migrate/node-db-migrate - 17852543bf5c3e694a4ea133d64622b94579beec authored over 12 years ago
Merge pull request #19 from glenjamin/master

Document "length" property

github.com/db-migrate/node-db-migrate - 480e4ddaeb3b00b40ddba8272d6c0077281415ed authored over 12 years ago
Documented "length" property of columns

github.com/db-migrate/node-db-migrate - 416efe38cef3d0d4a9c772b22bddce5a0ba87fbc authored over 12 years ago
Need reference to this

github.com/db-migrate/node-db-migrate - d541d911bed8313eb6e67adb47534dc3e5876078 authored over 12 years ago
Merge remote-tracking branch 'origin/master'

github.com/db-migrate/node-db-migrate - cf6b628b250cf2d928833028533ce2b4f39a6bac authored over 12 years ago
Fix migration table creation for PostgreSQL version > 9.1.0

github.com/db-migrate/node-db-migrate - f3170bbf4f3d87ae7adddf12f416c2100cbff5f7 authored over 12 years ago