remodeling table models and migration to postgres
This commit is contained in:
Vendored
+13
-1
@@ -7,5 +7,17 @@
|
||||
"**/*.key",
|
||||
"**/*.pem"
|
||||
]
|
||||
}
|
||||
},
|
||||
"sqltools.connections": [
|
||||
{
|
||||
"previewLimit": 50,
|
||||
"server": "localhost",
|
||||
"port": 5432,
|
||||
"askForPassword": true,
|
||||
"driver": "PostgreSQL",
|
||||
"database": "cmt_db",
|
||||
"username": "admin",
|
||||
"name": "CMT"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user