Build/docker/sql/init.sql
Dennis Eichhorn 37e5c93735
Some checks failed
CI / linting (push) Has been cancelled
fix setting
2024-06-01 01:49:33 +02:00

4 lines
92 B
SQL

SET GLOBAL log_bin_trust_function_creators = 1;
CREATE DATABASE IF NOT EXISTS oms;
USE oms;