Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated links #122

Merged
merged 1 commit into from
Sep 27, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
44 changes: 22 additions & 22 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,92 +4,92 @@

### Fixed

- Fixed SQL for dropping multiple columns [#120](https://github.com/theoephraim/node-pg-migrate/pull/120)
- Fixed SQL for dropping multiple columns [#120](https://github.com/salsita/node-pg-migrate/pull/120)

## [2.11.0] (2017-09-25)

### Added

- Schemas operations [#119](https://github.com/theoephraim/node-pg-migrate/pull/119)
- Schemas operations [#119](https://github.com/salsita/node-pg-migrate/pull/119)

## [2.10.1] (2017-09-25)

### Fixed

- Fixed invalid SQL for table level foreign key [#118](https://github.com/theoephraim/node-pg-migrate/pull/118)
- Fixed invalid SQL for table level foreign key [#118](https://github.com/salsita/node-pg-migrate/pull/118)

## [2.10.0] (2017-09-21)

### Added

- Ability to specify constraints on table level [#114](https://github.com/theoephraim/node-pg-migrate/pull/114)
- Ability to specify constraints on table level [#114](https://github.com/salsita/node-pg-migrate/pull/114)

## [2.9.0] (2017-09-12)

### Added

- Alter type functions [#111](https://github.com/theoephraim/node-pg-migrate/pull/111)
- redo command [#112](https://github.com/theoephraim/node-pg-migrate/pull/112)
- Alter type functions [#111](https://github.com/salsita/node-pg-migrate/pull/111)
- redo command [#112](https://github.com/salsita/node-pg-migrate/pull/112)

## [2.8.2] (2017-09-11)

### Fixed

- Fix automatic reversal of addColumns [#110](https://github.com/theoephraim/node-pg-migrate/pull/110)
- Fix automatic reversal of addColumns [#110](https://github.com/salsita/node-pg-migrate/pull/110)

## [2.8.1] (2017-09-06)

### Fixed

- Fixing referencing column [#107](https://github.com/theoephraim/node-pg-migrate/pull/107)
- Fixing referencing column [#107](https://github.com/salsita/node-pg-migrate/pull/107)

### Changed

- Formatting changes, added licence [#108](https://github.com/theoephraim/node-pg-migrate/pull/108)
- Formatting changes, added licence [#108](https://github.com/salsita/node-pg-migrate/pull/108)

## [2.8.0] (2017-09-04)

### Added

- Trigger operations [#104](https://github.com/theoephraim/node-pg-migrate/pull/104)
- Trigger operations [#104](https://github.com/salsita/node-pg-migrate/pull/104)

## [2.7.1] (2017-08-28)

### Fixed

- Support object with schema and table name in more places [#105](https://github.com/theoephraim/node-pg-migrate/pull/105)
- Support object with schema and table name in more places [#105](https://github.com/salsita/node-pg-migrate/pull/105)

## [2.7.0] (2017-08-01)

### Added

- Function operations [#103](https://github.com/theoephraim/node-pg-migrate/pull/103)
- Function operations [#103](https://github.com/salsita/node-pg-migrate/pull/103)

## [2.6.0] (2017-07-20)

### Added

- Support for pg >=4.3.0 <8.0.0
- Interpret only files as migrations in migration directory [#101](https://github.com/theoephraim/node-pg-migrate/pull/101)
- Interpret only files as migrations in migration directory [#101](https://github.com/salsita/node-pg-migrate/pull/101)

## [2.5.0] (2017-07-19)

### Added

- USING clause in alter column [#99](https://github.com/theoephraim/node-pg-migrate/pull/99)
- Role operations [#100](https://github.com/theoephraim/node-pg-migrate/pull/100)
- USING clause in alter column [#99](https://github.com/salsita/node-pg-migrate/pull/99)
- Role operations [#100](https://github.com/salsita/node-pg-migrate/pull/100)

## [2.4.0] (2017-07-17)

### Changed

- Do not check file extension of migration file [#93](https://github.com/theoephraim/node-pg-migrate/pull/93)
- Do not check file extension of migration file [#93](https://github.com/salsita/node-pg-migrate/pull/93)

## [2.3.0] (2017-06-20)

### Added

- JSON config and type shorthands [see](README.md#json-configuration) [#91](https://github.com/theoephraim/node-pg-migrate/pull/91)
- JSON config and type shorthands [see](README.md#json-configuration) [#91](https://github.com/salsita/node-pg-migrate/pull/91)

## [2.2.1] (2017-05-26)

Expand All @@ -101,21 +101,21 @@

### Added

- Better error logging [#86](https://github.com/theoephraim/node-pg-migrate/pull/86)
- Locking migrations [#88](https://github.com/theoephraim/node-pg-migrate/pull/88)
- Updated docs [#89](https://github.com/theoephraim/node-pg-migrate/pull/89)
- Better error logging [#86](https://github.com/salsita/node-pg-migrate/pull/86)
- Locking migrations [#88](https://github.com/salsita/node-pg-migrate/pull/88)
- Updated docs [#89](https://github.com/salsita/node-pg-migrate/pull/89)

## [2.1.1] (2017-05-18)

### Fixed

- Down migration when down method is inferred [#84](https://github.com/theoephraim/node-pg-migrate/pull/84)
- Down migration when down method is inferred [#84](https://github.com/salsita/node-pg-migrate/pull/84)

## [2.1.0] (2017-05-10)

### Added

- Enable string functions and arrays as default column values [#82](https://github.com/theoephraim/node-pg-migrate/pull/82)
- Enable string functions and arrays as default column values [#82](https://github.com/salsita/node-pg-migrate/pull/82)

## [2.0.0] (2017-04-28)

Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# pg-migrate

[![Dependency Status](https://img.shields.io/david/theoephraim/node-pg-migrate.svg)](https://david-dm.org/theoephraim/node-pg-migrate)
[![devDependency Status](https://img.shields.io/david/dev/theoephraim/node-pg-migrate.svg)](https://david-dm.org/theoephraim/node-pg-migrate?type=dev)
[![peerDependencies Status](https://img.shields.io/david/peer/theoephraim/node-pg-migrate.svg)](https://david-dm.org/theoephraim/node-pg-migrate?type=peer)
[![optionalDependencies Status](https://img.shields.io/david/optional/theoephraim/node-pg-migrate.svg)](https://david-dm.org/theoephraim/node-pg-migrate?type=optional)
[![Dependency Status](https://img.shields.io/david/salsita/node-pg-migrate.svg)](https://david-dm.org/salsita/node-pg-migrate)
[![devDependency Status](https://img.shields.io/david/dev/salsita/node-pg-migrate.svg)](https://david-dm.org/salsita/node-pg-migrate?type=dev)
[![peerDependencies Status](https://img.shields.io/david/peer/salsita/node-pg-migrate.svg)](https://david-dm.org/salsita/node-pg-migrate?type=peer)
[![optionalDependencies Status](https://img.shields.io/david/optional/salsita/node-pg-migrate.svg)](https://david-dm.org/salsita/node-pg-migrate?type=optional)
[![NPM version](https://img.shields.io/npm/v/node-pg-migrate.svg)](https://www.npmjs.com/package/node-pg-migrate)
![Downloads](https://img.shields.io/npm/dm/node-pg-migrate.svg?style=flat)
![Licence](https://img.shields.io/npm/l/node-pg-migrate.svg?style=flat)

Node.js database migration management built exclusively for postgres.
Node.js database migration management built exclusively for postgres. Started by [Theo Ephraim](https://github.com/theoephraim/), now maintained by [Salsita Software](https://www.salsitasoft.com/).

## Installation

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@
"node": ">=4.0.0"
},
"bugs": {
"url": "https://github.com/theoephraim/node-pg-migrate/issues"
"url": "https://github.com/salsita/node-pg-migrate/issues"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/theoephraim/node-pg-migrate.git"
"url": "https://github.com/salsita/node-pg-migrate.git"
},
"dependencies": {
"lodash": "~4.17.0",
Expand Down