mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
removed skeema from community database
This commit is contained in:
parent
5bb5fda6e5
commit
8547362609
@ -1,3 +0,0 @@
|
|||||||
default-character-set=utf8mb4
|
|
||||||
default-collation=utf8mb4_unicode_ci
|
|
||||||
schema=gradido_community
|
|
||||||
@ -1,9 +1,6 @@
|
|||||||
create database gradido_login
|
create database gradido_login
|
||||||
DEFAULT CHARACTER SET utf8mb4
|
DEFAULT CHARACTER SET utf8mb4
|
||||||
DEFAULT COLLATE utf8mb4_unicode_ci;
|
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
|
create database IF NOT EXISTS _skeema_tmp
|
||||||
DEFAULT CHARACTER SET utf8mb4
|
DEFAULT CHARACTER SET utf8mb4
|
||||||
DEFAULT COLLATE utf8mb4_unicode_ci;
|
DEFAULT COLLATE utf8mb4_unicode_ci;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user