removed skeema from community database

This commit is contained in:
Ulf Gebhardt 2021-08-22 22:39:19 +02:00
parent 5bb5fda6e5
commit 8547362609
No known key found for this signature in database
GPG Key ID: 81308EFE29ABFEBD
2 changed files with 0 additions and 6 deletions

View File

@ -1,3 +0,0 @@
default-character-set=utf8mb4
default-collation=utf8mb4_unicode_ci
schema=gradido_community

View File

@ -1,9 +1,6 @@
create database gradido_login
DEFAULT CHARACTER SET utf8mb4
DEFAULT COLLATE utf8mb4_unicode_ci;
create database gradido_community
DEFAULT CHARACTER SET utf8mb4
DEFAULT COLLATE utf8mb4_unicode_ci;
create database IF NOT EXISTS _skeema_tmp
DEFAULT CHARACTER SET utf8mb4
DEFAULT COLLATE utf8mb4_unicode_ci;