OSDN Git Service

未使用のDB更新スクリプト削除。 v3.0.3
authornaoki hirata <naoki@magic3.org>
Tue, 19 Feb 2019 21:36:34 +0000 (06:36 +0900)
committernaoki hirata <naoki@magic3.org>
Tue, 19 Feb 2019 21:36:34 +0000 (06:36 +0900)
include/sql/update/2018110501_to_2019020501.sql [deleted file]

diff --git a/include/sql/update/2018110501_to_2019020501.sql b/include/sql/update/2018110501_to_2019020501.sql
deleted file mode 100644 (file)
index 3f13539..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
--- *
--- * バージョンアップ用スクリプト
--- *
--- * PHP versions 5
--- *
--- * LICENSE: This source file is licensed under the terms of the GNU General Public License.
--- *
--- * @package    Magic3 Framework
--- * @author     平田直毅(Naoki Hirata) <naoki@aplo.co.jp>
--- * @copyright  Copyright 2006-2019 Magic3 Project.
--- * @license    http://www.gnu.org/copyleft/gpl.html  GPL License
--- * @version    SVN: $Id$
--- * @link       http://www.magic3.org
--- *
--- --------------------------------------------------------------------------------------------------
--- バージョンアップ用スクリプト
--- --------------------------------------------------------------------------------------------------
-
--- *** システムベーステーブル ***
--- システム設定マスター
--- DELETE FROM _system_config WHERE sc_id = 'server_dir';
--- INSERT INTO _system_config 
--- (sc_id,                 sc_value,           sc_name) VALUES
--- ('server_dir',          '',                 'サーバディレクトリ');
-
--- *** システム標準テーブル ***
-