We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents abc620b + 81dd5b9 commit 7a9be9aCopy full SHA for 7a9be9a
packages/ide/jetbrains/CHANGELOG.md
@@ -2,6 +2,12 @@
2
3
## [Unreleased]
4
5
+### Added
6
+
7
+- Field encryption attribute `@encrypted`.
8
9
+## 2.9.3
10
11
### Fixed
12
13
- Proper semantic highlighting and formatting for type declarations.
packages/schema/build/bundle.js
@@ -11,14 +11,6 @@ require('esbuild')
external: ['vscode', '@prisma/*'],
platform: 'node',
sourcemap: !minify,
14
- watch: watch
15
- ? {
16
- onRebuild(error) {
17
- if (error) console.error('Watch build failed');
18
- else console.log(success);
19
- },
20
- }
21
- : false,
22
minify,
23
})
24
.then(() => {
0 commit comments