OSDN Git Service

DB更新スクリプトの2重登録エラーを解消。 v2.7.18
authornaoki hirata <naoki@magic3.org>
Sun, 24 Nov 2013 12:25:39 +0000 (21:25 +0900)
committernaoki hirata <naoki@magic3.org>
Sun, 24 Nov 2013 12:25:39 +0000 (21:25 +0900)
include/sql/update/2013110301_to_2013112201.sql

index 48ab2a0..c8354b3 100644 (file)
@@ -18,6 +18,7 @@
 
 -- *** システムベーステーブル ***
 -- システム設定マスター
+DELETE FROM _system_config WHERE sc_id = 'admin_default_theme';
 INSERT INTO _system_config 
 (sc_id,                 sc_value,         sc_name) VALUES
 ('admin_default_theme', 'black-tie',          '管理画面用jQueryUIテーマ');