Build/docker/sql/init.sql
Dennis Eichhorn 0ee2aeaca1
Some checks failed
CI / linting (push) Has been cancelled
fix version and bugs
2024-05-21 00:09:04 +02:00

2 lines
43 B
SQL

CREATE DATABASE IF NOT EXISTS oms;
USE oms;