mirror of
https://github.com/ONLYOFFICE/server.git
synced 2026-04-07 14:04:35 +08:00
[sql] Remove "CREATE DATABASE" from mysql schema as it is in other schemas
This commit is contained in:
@ -18,8 +18,8 @@
|
|||||||
-- Create schema onlyoffice
|
-- Create schema onlyoffice
|
||||||
--
|
--
|
||||||
|
|
||||||
CREATE DATABASE IF NOT EXISTS onlyoffice DEFAULT CHARACTER SET utf8 DEFAULT COLLATE utf8_general_ci;
|
-- CREATE DATABASE IF NOT EXISTS onlyoffice DEFAULT CHARACTER SET utf8 DEFAULT COLLATE utf8_general_ci;
|
||||||
USE onlyoffice;
|
-- USE onlyoffice;
|
||||||
|
|
||||||
--
|
--
|
||||||
-- Definition of table `doc_changes`
|
-- Definition of table `doc_changes`
|
||||||
|
|||||||
Reference in New Issue
Block a user