Migrate to docker-compose for auto database initialization

This commit is contained in:
Nama Kamu
2026-06-11 15:20:22 +07:00
parent 07a7dc55e8
commit 5ca984602e
5 changed files with 47 additions and 90 deletions
+3
View File
@@ -7,6 +7,9 @@
-- Versi server: 10.4.32-MariaDB
-- Versi PHP: 8.2.12
CREATE DATABASE IF NOT EXISTS `db_spbu` CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci;
USE `db_spbu`;
SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
START TRANSACTION;
SET time_zone = "+00:00";