added build & push

This commit is contained in:
andreas
2023-04-09 20:48:49 +00:00
parent 820d8f71d7
commit e7ef8f4496
23 changed files with 100 additions and 427 deletions

View File

@@ -1,2 +1,5 @@
CREATE USER 'kopano' IDENTIFIED BY 'Asdf2345';
GRANT ALL ON kopano.* TO 'kopano'@'%';
GRANT ALL ON kopano.* TO 'kopano'@'%';
flush privileges;
-- database is created by server automatically if not present
-- create database kopano CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci;