Skip to content

Commit

Permalink
fix(PostgreSQL): error adding MONEY fields to a table
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabio286 committed Dec 28, 2023
1 parent 219f89a commit 0f8d2cb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
9 changes: 0 additions & 9 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down
2 changes: 1 addition & 1 deletion src/common/data-types/postgresql.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export default [
group: 'monetary',
types: [
{
name: 'money',
name: 'MONEY',
length: false,
unsigned: true
}
Expand Down

0 comments on commit 0f8d2cb

Please sign in to comment.