backend/init.sql

2 lines
67 B
SQL
Executable File

CREATE DATABASE IF NOT EXISTS test;
SET GLOBAL time_zone = '+1:00';