@platformatic/db 2.63.3 → 2.64.0

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.
@@ -65,6 +65,8 @@ class DBGenerator extends BaseGenerator {
65
65
  dir: migrations,
66
66
  autoApply: `{${this.getEnvVarName('PLT_APPLY_MIGRATIONS')}}`,
67
67
  }
68
+
69
+ this.addFile({ path: 'migrations', file: '.gitkeep', contents: '' })
68
70
  }
69
71
 
70
72
  if (plugin === true) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@platformatic/db",
3
- "version": "2.63.3",
3
+ "version": "2.64.0",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",
@@ -73,19 +73,19 @@
73
73
  "rfdc": "^1.3.1",
74
74
  "rimraf": "^4.4.1",
75
75
  "semgrator": "^0.3.0",
76
- "@platformatic/config": "2.63.3",
77
- "@platformatic/db-authorization": "2.63.3",
78
- "@platformatic/db-core": "2.63.3",
79
- "@platformatic/generators": "2.63.3",
80
- "@platformatic/service": "2.63.3",
81
- "@platformatic/sql-graphql": "2.63.3",
82
- "@platformatic/sql-json-schema-mapper": "2.63.3",
83
- "@platformatic/sql-events": "2.63.3",
84
- "@platformatic/sql-mapper": "2.63.3",
85
- "@platformatic/sql-openapi": "2.63.3",
86
- "@platformatic/telemetry": "2.63.3",
87
- "@platformatic/ts-compiler": "2.63.3",
88
- "@platformatic/utils": "2.63.3"
76
+ "@platformatic/config": "2.64.0",
77
+ "@platformatic/db-authorization": "2.64.0",
78
+ "@platformatic/generators": "2.64.0",
79
+ "@platformatic/service": "2.64.0",
80
+ "@platformatic/sql-events": "2.64.0",
81
+ "@platformatic/sql-graphql": "2.64.0",
82
+ "@platformatic/sql-json-schema-mapper": "2.64.0",
83
+ "@platformatic/db-core": "2.64.0",
84
+ "@platformatic/sql-mapper": "2.64.0",
85
+ "@platformatic/sql-openapi": "2.64.0",
86
+ "@platformatic/telemetry": "2.64.0",
87
+ "@platformatic/ts-compiler": "2.64.0",
88
+ "@platformatic/utils": "2.64.0"
89
89
  },
90
90
  "scripts": {
91
91
  "test": "pnpm run lint && borp -T --concurrency=1 --timeout=300000 && tsd ",
package/schema.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "$id": "https://schemas.platformatic.dev/@platformatic/db/2.63.3.json",
2
+ "$id": "https://schemas.platformatic.dev/@platformatic/db/2.64.0.json",
3
3
  "$schema": "http://json-schema.org/draft-07/schema#",
4
4
  "title": "Platformatic DB",
5
5
  "type": "object",