mirror of
https://github.com/Fabio286/antares.git
synced 2025-03-02 18:37:45 +01:00
fix(PostgreSQL): error adding MONEY fields to a table
This commit is contained in:
parent
219f89aa60
commit
0f8d2cb4ef
9
.vscode/launch.json
vendored
9
.vscode/launch.json
vendored
@ -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": [
|
||||
|
@ -66,7 +66,7 @@ export default [
|
||||
group: 'monetary',
|
||||
types: [
|
||||
{
|
||||
name: 'money',
|
||||
name: 'MONEY',
|
||||
length: false,
|
||||
unsigned: true
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user