Skip to content

Commit cd1801e

Browse files
committed
v1.2.1 Release 🎉 🎆 🔔
[skip ci]
1 parent f806a88 commit cd1801e

File tree

2 files changed

+18
-11
lines changed

2 files changed

+18
-11
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [v1.2.1](https://github.com/leapfrogtechnology/sync-db/tree/v1.2.1) (2022-12-30)
4+
5+
[Full Changelog](https://github.com/leapfrogtechnology/sync-db/compare/v1.2.0...v1.2.1)
6+
7+
**Changes**
8+
9+
- Rename `.dropped` to `.drop` & update examples [\#189](https://github.com/leapfrogtechnology/sync-db/pull/189) ([thesamiroli](https://github.com/thesamiroli))
10+
311
## [v1.2.0](https://github.com/leapfrogtechnology/sync-db/tree/v1.2.0) (2022-12-28)
412

513
[Full Changelog](https://github.com/leapfrogtechnology/sync-db/compare/v1.1.1...v1.2.0)

README.md

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ $ npm install -g @leapfrogtechnology/sync-db
4444
$ sync-db COMMAND
4545
running command...
4646
$ sync-db (-v|--version|version)
47-
@leapfrogtechnology/sync-db/1.2.0 linux-x64 node-v19.3.0
47+
@leapfrogtechnology/sync-db/1.2.1 linux-x64 node-v19.3.0
4848
$ sync-db --help [COMMAND]
4949
USAGE
5050
$ sync-db COMMAND
@@ -78,7 +78,7 @@ USAGE
7878
$ sync-db
7979
```
8080

81-
_See code: [src/commands/index.ts](https://github.com/leapfrogtechnology/sync-db/blob/v1.2.0/src/commands/index.ts)_
81+
_See code: [src/commands/index.ts](https://github.com/leapfrogtechnology/sync-db/blob/v1.2.1/src/commands/index.ts)_
8282

8383
## `sync-db help [COMMAND]`
8484

@@ -115,7 +115,7 @@ OPTIONS
115115
--object-name=object-name Name of table/view/routine to migrate.
116116
```
117117

118-
_See code: [src/commands/make.ts](https://github.com/leapfrogtechnology/sync-db/blob/v1.2.0/src/commands/make.ts)_
118+
_See code: [src/commands/make.ts](https://github.com/leapfrogtechnology/sync-db/blob/v1.2.1/src/commands/make.ts)_
119119

120120
## `sync-db make-publish`
121121

@@ -129,7 +129,7 @@ OPTIONS
129129
-c, --config=config Custom configuration file.
130130
```
131131

132-
_See code: [src/commands/make-publish.ts](https://github.com/leapfrogtechnology/sync-db/blob/v1.2.0/src/commands/make-publish.ts)_
132+
_See code: [src/commands/make-publish.ts](https://github.com/leapfrogtechnology/sync-db/blob/v1.2.1/src/commands/make-publish.ts)_
133133

134134
## `sync-db migrate-latest`
135135

@@ -146,7 +146,7 @@ OPTIONS
146146
--only=CONNECTION_ID Filter only a single connection.
147147
```
148148

149-
_See code: [src/commands/migrate-latest.ts](https://github.com/leapfrogtechnology/sync-db/blob/v1.2.0/src/commands/migrate-latest.ts)_
149+
_See code: [src/commands/migrate-latest.ts](https://github.com/leapfrogtechnology/sync-db/blob/v1.2.1/src/commands/migrate-latest.ts)_
150150

151151
## `sync-db migrate-list`
152152

@@ -162,7 +162,7 @@ OPTIONS
162162
--only=CONNECTION_ID Filter only a single connection.
163163
```
164164

165-
_See code: [src/commands/migrate-list.ts](https://github.com/leapfrogtechnology/sync-db/blob/v1.2.0/src/commands/migrate-list.ts)_
165+
_See code: [src/commands/migrate-list.ts](https://github.com/leapfrogtechnology/sync-db/blob/v1.2.1/src/commands/migrate-list.ts)_
166166

167167
## `sync-db migrate-rollback`
168168

@@ -179,7 +179,7 @@ OPTIONS
179179
--only=CONNECTION_ID Filter only a single connection.
180180
```
181181

182-
_See code: [src/commands/migrate-rollback.ts](https://github.com/leapfrogtechnology/sync-db/blob/v1.2.0/src/commands/migrate-rollback.ts)_
182+
_See code: [src/commands/migrate-rollback.ts](https://github.com/leapfrogtechnology/sync-db/blob/v1.2.1/src/commands/migrate-rollback.ts)_
183183

184184
## `sync-db prune`
185185

@@ -196,12 +196,11 @@ OPTIONS
196196
--only=CONNECTION_ID Filter only a single connection.
197197
```
198198

199-
_See code: [src/commands/prune.ts](https://github.com/leapfrogtechnology/sync-db/blob/v1.2.0/src/commands/prune.ts)_
199+
_See code: [src/commands/prune.ts](https://github.com/leapfrogtechnology/sync-db/blob/v1.2.1/src/commands/prune.ts)_
200200

201201
## `sync-db synchronize`
202202

203-
Synchronize all the configured database connections. If `.drop` is appended with an database object's name,
204-
then that object will only be dropped, and not synchronized.
203+
Synchronize all the configured database connections.
205204

206205
```
207206
USAGE
@@ -216,7 +215,7 @@ OPTIONS
216215
--skip-migration Skip running migrations.
217216
```
218217

219-
_See code: [src/commands/synchronize.ts](https://github.com/leapfrogtechnology/sync-db/blob/v1.2.0/src/commands/synchronize.ts)_
218+
_See code: [src/commands/synchronize.ts](https://github.com/leapfrogtechnology/sync-db/blob/v1.2.1/src/commands/synchronize.ts)_
220219

221220
<!-- commandsstop -->
222221

0 commit comments

Comments
 (0)