OSDN Git Service

ウィジェット更新テスト用の修正。
authornaoki hirata <naoki@magic3.org>
Thu, 24 Apr 2014 11:59:46 +0000 (20:59 +0900)
committernaoki hirata <naoki@magic3.org>
Thu, 24 Apr 2014 11:59:46 +0000 (20:59 +0900)
include/sql/update_widgets.sql

index 48e0052..2ba5a35 100644 (file)
@@ -48,7 +48,7 @@ INSERT INTO _widgets
 DELETE FROM _widgets WHERE wd_id = 'default_menu';\r
 INSERT INTO _widgets\r
 (wd_id,          wd_name,              wd_type, wd_type_option, wd_category_id, wd_template_type, wd_version, wd_required_version, wd_author,      wd_copyright, wd_license, wd_official_level, wd_description, wd_add_script_lib, wd_add_script_lib_a,                         wd_has_admin, wd_use_instance_def, wd_initialized, wd_cache_type, wd_view_control_type, wd_release_dt, wd_install_dt, wd_create_dt) VALUES\r
-('default_menu', 'デフォルトメニュー', 'menu',  'nav',          'menu',         'bootstrap',      '3.1.0b',   '2.8.15',        'Naoki Hirata', 'Magic3.org', 'GPL',      10,                '複数のメニューが作成できる多階層のメニューです。「user3」ポジションに配置するとナビゲーションメニューが表示できます。', '', 'jquery-ui.tabs', true,  true,              true, 2,          1, '2014-04-24', now(),         now());\r
+('default_menu', 'デフォルトメニュー', 'menu',  'nav',          'menu',         'bootstrap',      '3.2.0',   '2.8.15',        'Naoki Hirata', 'Magic3.org', 'GPL',      10,                '複数のメニューが作成できる多階層のメニューです。「user3」ポジションに配置するとナビゲーションメニューが表示できます。', '', 'jquery-ui.tabs', true,  true,              true, 2,          1, '2014-04-24', now(),         now());\r
 DELETE FROM _widgets WHERE wd_id = 'accordion_menu';\r
 INSERT INTO _widgets\r
 (wd_id,            wd_name,                  wd_type, wd_category_id, wd_version, wd_author,      wd_copyright, wd_license, wd_official_level, wd_description, wd_add_script_lib, wd_add_script_lib_a,                         wd_has_admin, wd_use_instance_def, wd_initialized, wd_cache_type, wd_view_control_type, wd_release_dt, wd_install_dt, wd_create_dt) VALUES\r