rake-db 2.3.28 → 2.3.30

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.
@@ -0,0 +1,23 @@
1
+
2
+ > rake-db@2.3.29 check /home/romeo/dev/my/orchid-orm/packages/rake-db
3
+ > jest
4
+
5
+ PASS src/migration/changeTable.test.ts
6
+ PASS src/pull/structureToAst.test.ts
7
+ PASS src/migration/createTable.test.ts
8
+ PASS src/commands/migrateOrRollback.test.ts
9
+ PASS src/common.test.ts
10
+ PASS src/commands/generate.test.ts
11
+ PASS src/rakeDb.test.ts
12
+ PASS src/migration/migration.test.ts
13
+ PASS src/pull/astToMigration.test.ts
14
+ PASS src/commands/createOrDrop.test.ts
15
+ PASS src/pull/dbStructure.test.ts
16
+ PASS src/pull/pull.test.ts
17
+ PASS src/migration/change.test.ts
18
+
19
+ Test Suites: 13 passed, 13 total
20
+ Tests: 207 passed, 207 total
21
+ Snapshots: 0 total
22
+ Time: 10.891 s
23
+ Ran all test suites.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # rake-db
2
2
 
3
+ ## 2.3.30
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - pqb@0.9.17
9
+
10
+ ## 2.3.29
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies
15
+ - pqb@0.9.16
16
+
3
17
  ## 2.3.28
4
18
 
5
19
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rake-db",
3
- "version": "2.3.28",
3
+ "version": "2.3.30",
4
4
  "description": "Migrations tool for Postgresql DB",
5
5
  "homepage": "https://orchid-orm.netlify.app/guide/migration-setup-and-overview.html",
6
6
  "repository": {
@@ -41,7 +41,7 @@
41
41
  "license": "ISC",
42
42
  "dependencies": {
43
43
  "pluralize": "^8.0.0",
44
- "pqb": "0.9.15",
44
+ "pqb": "0.9.17",
45
45
  "prompts": "^2.4.2"
46
46
  },
47
47
  "devDependencies": {