Build/docker/sql/init.sql
2025-04-02 13:33:49 +00:00

4 lines
92 B
SQL
Executable File

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