@golemio/db-migrate-pg 1.2.3-diversion.2 → 1.2.3-diversion.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -2
- package/CHANGELOG.md +0 -193
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@golemio/db-migrate-pg",
|
|
3
|
-
"version": "1.2.3-diversion.
|
|
3
|
+
"version": "1.2.3-diversion.3",
|
|
4
4
|
"description": "A postgresql driver for db-migrate",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"license": "MIT",
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"bluebird": "^3.1.1",
|
|
23
|
-
"db-migrate-base": "npm:@golemio/db-migrate-base@2.3.2-diversion.
|
|
23
|
+
"db-migrate-base": "npm:@golemio/db-migrate-base@2.3.2-diversion.3",
|
|
24
24
|
"pg": "^8.0.3",
|
|
25
25
|
"semver": "^5.0.3"
|
|
26
26
|
},
|
package/CHANGELOG.md
DELETED
|
@@ -1,193 +0,0 @@
|
|
|
1
|
-
## [0.5.1](https://github.com/db-migrate/pg/compare/v0.5.0...v0.5.1) (2019-05-13)
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
### Bug Fixes
|
|
5
|
-
|
|
6
|
-
* **addForeignKey:** pass joined strings to `util.format` ([21cbfe5](https://github.com/db-migrate/pg/commit/21cbfe5))
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
<a name="0.5.0"></a>
|
|
11
|
-
# [0.5.0](https://github.com/db-migrate/pg/compare/v0.4.0...v0.5.0) (2019-02-11)
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
### Features
|
|
15
|
-
|
|
16
|
-
* **defaultValue:** add advanced handling for defaultValues ([a13c0e0](https://github.com/db-migrate/pg/commit/a13c0e0))
|
|
17
|
-
* **defaultValue:** add support for timestamps and add internal handling ([46f01a2](https://github.com/db-migrate/pg/commit/46f01a2))
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
<a name="0.4.0"></a>
|
|
22
|
-
# [0.4.0](https://github.com/db-migrate/pg/compare/v0.3.1...v0.4.0) (2018-04-02)
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
### Bug Fixes
|
|
26
|
-
|
|
27
|
-
* **version:** fallback to string based check ([8b6b958](https://github.com/db-migrate/pg/commit/8b6b958)), closes [#32](https://github.com/db-migrate/pg/issues/32)
|
|
28
|
-
* **version:** use server_version_num instead of server_version ([ba07af7](https://github.com/db-migrate/pg/commit/ba07af7))
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
<a name="0.3.1"></a>
|
|
33
|
-
## [0.3.1](https://github.com/db-migrate/pg/compare/v0.3.0...v0.3.1) (2018-02-11)
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
### Bug Fixes
|
|
37
|
-
|
|
38
|
-
* **timezone:** with timezone being emitted to late ([2d3f10d](https://github.com/db-migrate/pg/commit/2d3f10d))
|
|
39
|
-
* **vuln:** update vulnerable dependency ([c409048](https://github.com/db-migrate/pg/commit/c409048))
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
<a name="0.3.0"></a>
|
|
44
|
-
# [0.3.0](https://github.com/db-migrate/pg/compare/v0.2.5...v0.3.0) (2018-01-27)
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
### Bug Fixes
|
|
48
|
-
|
|
49
|
-
* 10.1 version ([c4a8de4](https://github.com/db-migrate/pg/commit/c4a8de4))
|
|
50
|
-
* unhandled error event on connection ([c19d201](https://github.com/db-migrate/pg/commit/c19d201))
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
### Features
|
|
54
|
-
|
|
55
|
-
* Connect to postgres db on empty database configuration ([e98f32e](https://github.com/db-migrate/pg/commit/e98f32e))
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
<a name="0.2.5"></a>
|
|
60
|
-
## [0.2.5](https://github.com/db-migrate/pg/compare/v0.2.4...v0.2.5) (2017-08-14)
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
<a name="0.2.4"></a>
|
|
65
|
-
## [0.2.4](https://github.com/db-migrate/pg/compare/v0.2.3...v0.2.4) (2017-06-25)
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
<a name="0.2.3"></a>
|
|
70
|
-
## [0.2.3](https://github.com/db-migrate/pg/compare/v0.2.2...v0.2.3) (2017-06-25)
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
<a name="0.2.2"></a>
|
|
75
|
-
## [0.2.2](https://github.com/db-migrate/pg/compare/v0.2.1...v0.2.2) (2017-06-25)
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
<a name="0.2.1"></a>
|
|
80
|
-
## [0.2.1](https://github.com/db-migrate/pg/compare/v0.2.0...v0.2.1) (2017-06-25)
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
<a name="0.2.0"></a>
|
|
85
|
-
# [0.2.0](https://github.com/db-migrate/pg/compare/v0.1.15...v0.2.0) (2017-06-25)
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
<a name="0.1.15"></a>
|
|
90
|
-
## [0.1.15](https://github.com/db-migrate/pg/compare/v0.1.14...v0.1.15) (2017-06-25)
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
<a name="0.1.14"></a>
|
|
95
|
-
## [0.1.14](https://github.com/db-migrate/pg/compare/v0.1.13...v0.1.14) (2017-06-25)
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
<a name="0.1.13"></a>
|
|
100
|
-
## [0.1.13](https://github.com/db-migrate/pg/compare/v0.1.12...v0.1.13) (2017-06-25)
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
<a name="0.1.12"></a>
|
|
105
|
-
## [0.1.12](https://github.com/db-migrate/pg/compare/v0.1.11...v0.1.12) (2017-06-25)
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
### Bug Fixes
|
|
109
|
-
|
|
110
|
-
* **docs:** added example npm install to readme ([336d468](https://github.com/db-migrate/pg/commit/336d468))
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
<a name="0.1.11"></a>
|
|
115
|
-
## [0.1.11](https://github.com/db-migrate/pg/compare/v0.1.10...v0.1.11) (2016-10-19)
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
### Bug Fixes
|
|
119
|
-
|
|
120
|
-
* **spec:** defaultValue should be checked for undefined only ([37a471c](https://github.com/db-migrate/pg/commit/37a471c))
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
### Features
|
|
124
|
-
|
|
125
|
-
* **tests:** move tests into the repo of the driver ([61dc9e1](https://github.com/db-migrate/pg/commit/61dc9e1))
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
<a name="0.1.10"></a>
|
|
130
|
-
## [0.1.10](https://github.com/db-migrate/pg/compare/v0.1.9...v0.1.10) (2016-05-12)
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
### Bug Fixes
|
|
134
|
-
|
|
135
|
-
* **upstream:** update postgres dependency ([d9212b8](https://github.com/db-migrate/pg/commit/d9212b8)), closes [#9](https://github.com/db-migrate/pg/issues/9)
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
<a name="0.1.9"></a>
|
|
140
|
-
## [0.1.9](https://github.com/db-migrate/pg/compare/v0.1.8...v0.1.9) (2016-02-03)
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
### Bug Fixes
|
|
144
|
-
|
|
145
|
-
* **upstream:** bump upstream package to fix dropTable bug ([e935679](https://github.com/db-migrate/pg/commit/e935679))
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
<a name="0.1.8"></a>
|
|
150
|
-
## [0.1.8](https://github.com/db-migrate/pg/compare/v0.1.7...v0.1.8) (2016-01-27)
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
### Bug Fixes
|
|
154
|
-
|
|
155
|
-
* **api:** drop table overwrite options on promises ([886b8f5](https://github.com/db-migrate/pg/commit/886b8f5))
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
<a name="0.1.7"></a>
|
|
160
|
-
## [0.1.7](https://github.com/db-migrate/pg/compare/v0.1.6...v0.1.7) (2016-01-04)
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
<a name="0.1.6"></a>
|
|
165
|
-
## [0.1.6](https://github.com/db-migrate/pg/compare/v0.1.5...v0.1.6) (2015-11-04)
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
<a name="0.1.5"></a>
|
|
170
|
-
## [0.1.5](https://github.com/db-migrate/pg/compare/v0.1.4...v0.1.5) (2015-10-20)
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
<a name="0.1.4"></a>
|
|
175
|
-
## [0.1.4](https://github.com/db-migrate/pg/compare/v0.1.3...v0.1.4) (2015-09-10)
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
<a name="0.1.3"></a>
|
|
180
|
-
## [0.1.3](https://github.com/db-migrate/pg/compare/v0.1.2...v0.1.3) (2015-09-10)
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
<a name="0.1.2"></a>
|
|
185
|
-
## [0.1.2](https://github.com/db-migrate/pg/compare/v0.1.1...v0.1.2) (2015-09-10)
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
<a name="0.1.1"></a>
|
|
190
|
-
## 0.1.1 (2015-09-08)
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|