Skip to content
Snippets Groups Projects
Commit dc23f4b4 authored by Tama's avatar Tama
Browse files

change db

parent e539c97d
Branches
No related merge requests found
Pipeline #2951 skipped
This diff is collapsed.
...@@ -7,6 +7,9 @@ ...@@ -7,6 +7,9 @@
-- Server version: 5.6.21 -- Server version: 5.6.21
-- PHP Version: 5.6.3 -- PHP Version: 5.6.3
CREATE DATABASE IF NOT EXISTS penilaian_performansi;
USE penilaian_performansi;
SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO"; SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
SET time_zone = "+00:00"; SET time_zone = "+00:00";
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment