From 987294e6307c642919d10ca6b99bfa3cafb47ca2 Mon Sep 17 00:00:00 2001 From: Gregorio Chiko Putra Date: Thu, 7 Jun 2018 09:29:23 +0700 Subject: [PATCH] Updated db name, document title. Removed /vendor --- .gitignore | 3 ++- App/Config.php.example | 2 +- App/Views/Data/mithril.html | 2 +- lepisi.sql => pengumuman.sql | 6 +++--- 4 files changed, 7 insertions(+), 6 deletions(-) rename lepisi.sql => pengumuman.sql (97%) diff --git a/.gitignore b/.gitignore index 4459ebe..703d19b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ App/Config.php -node_modules +/node_modules +/vendor diff --git a/App/Config.php.example b/App/Config.php.example index 1b2c322..494bca4 100644 --- a/App/Config.php.example +++ b/App/Config.php.example @@ -5,7 +5,7 @@ class Config { const DB_HOST = 'mariadb', - DB_DB = 'lepisi', + DB_DB = 'pengumuman', DB_UNAME = 'root', DB_PWD = 'root', diff --git a/App/Views/Data/mithril.html b/App/Views/Data/mithril.html index 8322735..c8792ea 100644 --- a/App/Views/Data/mithril.html +++ b/App/Views/Data/mithril.html @@ -1,3 +1,3 @@ {% extends "legacy.html" %} -{% block title %}Mithril{% endblock %} +{% block title %}Pengumuman{% endblock %} diff --git a/lepisi.sql b/pengumuman.sql similarity index 97% rename from lepisi.sql rename to pengumuman.sql index 7b0db3d..8bfe0d3 100644 --- a/lepisi.sql +++ b/pengumuman.sql @@ -5,9 +5,9 @@ SET time_zone = '+00:00'; SET foreign_key_checks = 0; SET sql_mode = 'NO_AUTO_VALUE_ON_ZERO'; -DROP DATABASE IF EXISTS `lepisi`; -CREATE DATABASE `lepisi` /*!40100 DEFAULT CHARACTER SET latin1 */; -USE `lepisi`; +DROP DATABASE IF EXISTS `pengumuman`; +CREATE DATABASE `pengumuman` /*!40100 DEFAULT CHARACTER SET latin1 */; +USE `pengumuman`; DROP TABLE IF EXISTS `client_session`; CREATE TABLE `client_session` (