fix setting
Some checks failed
CI / linting (push) Has been cancelled

This commit is contained in:
Dennis Eichhorn 2024-06-01 01:49:33 +02:00
parent 0ee2aeaca1
commit 37e5c93735
2 changed files with 3 additions and 1 deletions

View File

@ -10,6 +10,7 @@ RUN apt-get update && \
apache2 \ apache2 \
software-properties-common \ software-properties-common \
wget \ wget \
git \
gnupg2 \ gnupg2 \
lsb-release lsb-release

View File

@ -1,2 +1,3 @@
SET GLOBAL log_bin_trust_function_creators = 1;
CREATE DATABASE IF NOT EXISTS oms; CREATE DATABASE IF NOT EXISTS oms;
USE oms; USE oms;