[sql] Remove "CREATE DATABASE" from mysql schema as it is in other schemas

This commit is contained in:
Sergey Konovalov
2024-07-16 19:29:35 +03:00
parent a5a696f33d
commit 9822859572

View File

@ -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`