diff --git a/.vscode/launch.json b/.vscode/launch.json index df6b7374..d9d939a5 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -17,15 +17,6 @@ "sourceMaps": true, "type": "chrome", "webRoot": "${workspaceFolder}" - }, - { - "name": "Electron: Worker", - "cwd": "${workspaceFolder}", - "port": 9224, - "request": "attach", - "sourceMaps": true, - "type": "node", - "timeout": 1000000 } ], "compounds": [ diff --git a/src/common/data-types/postgresql.ts b/src/common/data-types/postgresql.ts index 969c8060..cbf7c635 100644 --- a/src/common/data-types/postgresql.ts +++ b/src/common/data-types/postgresql.ts @@ -66,7 +66,7 @@ export default [ group: 'monetary', types: [ { - name: 'money', + name: 'MONEY', length: false, unsigned: true }