remodeling table models and migration to postgres

This commit is contained in:
2025-08-23 09:16:37 +02:00
parent fe2ccbe368
commit 648448ebdc
20 changed files with 166 additions and 401 deletions
+13 -1
View File
@@ -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"
}
]
}