From f8336318c69609446cd1ab3d02f92f13ab397160 Mon Sep 17 00:00:00 2001 From: Sergey Konovalov Date: Tue, 16 Jul 2024 19:29:35 +0300 Subject: [PATCH] [sql] Remove "CREATE DATABASE" from mysql schema as it is in other schemas --- schema/mysql/createdb.sql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/schema/mysql/createdb.sql b/schema/mysql/createdb.sql index 33d35391..04f69a21 100644 --- a/schema/mysql/createdb.sql +++ b/schema/mysql/createdb.sql @@ -18,8 +18,8 @@ -- Create schema onlyoffice -- -CREATE DATABASE IF NOT EXISTS onlyoffice DEFAULT CHARACTER SET utf8 DEFAULT COLLATE utf8_general_ci; -USE onlyoffice; +-- CREATE DATABASE IF NOT EXISTS onlyoffice DEFAULT CHARACTER SET utf8 DEFAULT COLLATE utf8_general_ci; +-- USE onlyoffice; -- -- Definition of table `doc_changes`