From e2149a6ce4bccfa140cf3063f9f2c26e449ff913 Mon Sep 17 00:00:00 2001
From: clauspeterhuebner <86960882+clauspeterhuebner@users.noreply.github.com>
Date: Thu, 23 Jun 2022 02:49:16 +0200
Subject: [PATCH] Delete .dbeaver directory
---
.dbeaver/.credentials-config.json.bak | 1 -
.dbeaver/.data-sources.json.bak | 55 ---------------------------
.dbeaver/credentials-config.json | 0
.dbeaver/data-sources.json | 55 ---------------------------
4 files changed, 111 deletions(-)
delete mode 100644 .dbeaver/.credentials-config.json.bak
delete mode 100644 .dbeaver/.data-sources.json.bak
delete mode 100644 .dbeaver/credentials-config.json
delete mode 100644 .dbeaver/data-sources.json
diff --git a/.dbeaver/.credentials-config.json.bak b/.dbeaver/.credentials-config.json.bak
deleted file mode 100644
index 254ff7949..000000000
--- a/.dbeaver/.credentials-config.json.bak
+++ /dev/null
@@ -1 +0,0 @@
-šøl‰"a©`ÑùÞÇ&
˜YOlö>u½AÜWäæTL`äöÀ4)4ÒÕ$;šÀÑ?'ƒðáRX+Í!a†"¤X[õüŒ£ä“(0"Œlí® hq[°Ø‚ã,C¹É)
\ No newline at end of file
diff --git a/.dbeaver/.data-sources.json.bak b/.dbeaver/.data-sources.json.bak
deleted file mode 100644
index cd5d6163f..000000000
--- a/.dbeaver/.data-sources.json.bak
+++ /dev/null
@@ -1,55 +0,0 @@
-{
- "folders": {},
- "connections": {
- "mariaDB-180637bab9c-385a8c5454123150": {
- "provider": "mysql",
- "driver": "mariaDB",
- "name": "gradido_community",
- "save-password": true,
- "read-only": false,
- "configuration": {
- "host": "localhost",
- "port": "3306",
- "database": "gradido_community",
- "url": "jdbc:mariadb://localhost:3306/gradido_community",
- "home": "mysql_client",
- "type": "dev",
- "auth-model": "native"
- },
- "custom-properties": {
- "resultset.binary.representation": "hex"
- }
- }
- },
- "virtual-models": {
- "mariaDB-180637bab9c-385a8c5454123150": {
- "gradido_community": {
- ":users": {
- "properties": {
- "erd.diagram.state": {
- "serialized": ""
- }
- },
- "attributes": {
- "public_key": {
- "transforms": {
- "custom": "resultset.binary.representation"
- }
- }
- }
- }
- }
- }
- },
- "connection-types": {
- "dev": {
- "name": "Development",
- "color": "255,255,255",
- "description": "Regular development database",
- "auto-commit": true,
- "confirm-execute": false,
- "confirm-data-change": false,
- "auto-close-transactions": false
- }
- }
-}
\ No newline at end of file
diff --git a/.dbeaver/credentials-config.json b/.dbeaver/credentials-config.json
deleted file mode 100644
index e69de29bb..000000000
diff --git a/.dbeaver/data-sources.json b/.dbeaver/data-sources.json
deleted file mode 100644
index e0ca3441f..000000000
--- a/.dbeaver/data-sources.json
+++ /dev/null
@@ -1,55 +0,0 @@
-{
- "folders": {},
- "connections": {
- "mariaDB-180637bab9c-385a8c5454123150": {
- "provider": "mysql",
- "driver": "mariaDB",
- "name": "gradido_community",
- "save-password": true,
- "read-only": false,
- "configuration": {
- "host": "localhost",
- "port": "3306",
- "database": "gradido_community",
- "url": "jdbc:mariadb://localhost:3306/gradido_community",
- "home": "mysql_client",
- "type": "dev",
- "auth-model": "native"
- },
- "custom-properties": {
- "resultset.binary.representation": "hex"
- }
- }
- },
- "virtual-models": {
- "mariaDB-180637bab9c-385a8c5454123150": {
- "gradido_community": {
- ":users": {
- "properties": {
- "erd.diagram.state": {
- "serialized": ""
- }
- },
- "attributes": {
- "public_key": {
- "transforms": {
- "custom": "resultset.binary.representation"
- }
- }
- }
- }
- }
- }
- },
- "connection-types": {
- "dev": {
- "name": "Development",
- "color": "255,255,255",
- "description": "Regular development database",
- "auto-commit": true,
- "confirm-execute": false,
- "confirm-data-change": false,
- "auto-close-transactions": false
- }
- }
-}
\ No newline at end of file