From 7b33bc36e5456211fe02eaec32e5daf433268edd Mon Sep 17 00:00:00 2001 From: Dom Eori <4j6dq2zi8@relay.firefox.com> Date: Thu, 8 Jul 2021 03:28:55 +0900 Subject: [PATCH] [chuni] Add new event, music and music level data --- pom.xml | 2 +- ...40__add_chuni_a020_event_music_musiclv.sql | 58 +++++++++++++++++++ ...40__add_chuni_a020_event_music_musiclv.sql | 58 +++++++++++++++++++ 3 files changed, 117 insertions(+), 1 deletion(-) create mode 100644 src/main/resources/db/migration/mysql/V40__add_chuni_a020_event_music_musiclv.sql create mode 100644 src/main/resources/db/migration/sqlite/V40__add_chuni_a020_event_music_musiclv.sql diff --git a/pom.xml b/pom.xml index 9f38dc20..2a47cabd 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ icu.samnya aqua - 0.0.19a-RELEASE + 0.0.19b-RELEASE Aqua Server A multipurpose game server diff --git a/src/main/resources/db/migration/mysql/V40__add_chuni_a020_event_music_musiclv.sql b/src/main/resources/db/migration/mysql/V40__add_chuni_a020_event_music_musiclv.sql new file mode 100644 index 00000000..1ccc4faa --- /dev/null +++ b/src/main/resources/db/migration/mysql/V40__add_chuni_a020_event_music_musiclv.sql @@ -0,0 +1,58 @@ +INSERT INTO `chuni_game_event` (`id`, `end_date`, `start_date`, `type`, `enable`) VALUES (6223, '2029-01-01 00:00:00.000000', '2019-01-01 00:00:00.000000',3, b'1'); +INSERT INTO `chuni_game_event` (`id`, `end_date`, `start_date`, `type`, `enable`) VALUES (6224, '2029-01-01 00:00:00.000000', '2019-01-01 00:00:00.000000',5, b'1'); + +INSERT INTO chuni_music (music_id, artist_name, copyright, genre, name, release_version, sort_name) VALUES (1081, 'HaNaMiNa feat.Minae', 'なし', 7, '正体判明ネームレスガール', 'v1 1.55.00', 'シヨウタイハンメイネウムレスカウル'); +INSERT INTO chuni_music (music_id, artist_name, copyright, genre, name, release_version, sort_name) VALUES (1082, 'ああああ', 'なし', 9, 'ここからはじまるプロローグ。', 'v1 1.55.00', 'ココカラハシマルフロロウク'); +INSERT INTO chuni_music (music_id, artist_name, copyright, genre, name, release_version, sort_name) VALUES (1083, '魂音泉', 'なし', 9, '福宿音屋魂音泉', 'v1 1.55.00', 'フクヤトルオトヤタマオンセン'); +INSERT INTO chuni_music (music_id, artist_name, copyright, genre, name, release_version, sort_name) VALUES (1084, 'S!N・+α/あるふぁきゅん。×ALI PROJECT', 'なし', 9, 'BLACK ROSE', 'v1 1.55.00', 'BLACKROSE'); +INSERT INTO chuni_music (music_id, artist_name, copyright, genre, name, release_version, sort_name) VALUES (1095, 'リコ(CV:富田美憂)、レグ(CV:伊瀬茉莉也)「メイドインアビス」', 'メイドインアビス', 0, 'Deep in Abyss', 'v1 1.55.00', 'DEEPINABYSS'); +INSERT INTO chuni_music (music_id, artist_name, copyright, genre, name, release_version, sort_name) VALUES (8229, 'Spiegel vs Yukino', 'なし', 5, '《本能》 ~ ReCoda', 'v1 1.55.00', 'ホンノウRECODA'); +INSERT INTO chuni_music (music_id, artist_name, copyright, genre, name, release_version, sort_name) VALUES (8230, 'おもしろ三国志', 'なし', 6, '董卓討つべし', 'v1 1.55.00', 'トウタクウツヘシ'); +INSERT INTO chuni_music (music_id, artist_name, copyright, genre, name, release_version, sort_name) VALUES (8231, 'wowaka', 'なし', 2, '裏表ラバーズ', 'v1 1.55.00', 'ウラオモテラハウス'); +INSERT INTO chuni_music (music_id, artist_name, copyright, genre, name, release_version, sort_name) VALUES (8232, 'ゴリライザー制作委員会', 'なし', 6, '音弾超人ゴリライザー', 'v1 1.55.00', 'オンタンチヨウシンコリライサウ'); + +INSERT INTO chuni_music_level (diff, enable, level, level_decimal, music_id) VALUES (0, 1, 3, 0, 1081); +INSERT INTO chuni_music_level (diff, enable, level, level_decimal, music_id) VALUES (1, 1, 6, 0, 1081); +INSERT INTO chuni_music_level (diff, enable, level, level_decimal, music_id) VALUES (2, 1, 9, 50, 1081); +INSERT INTO chuni_music_level (diff, enable, level, level_decimal, music_id) VALUES (3, 1, 12, 80, 1081); +INSERT INTO chuni_music_level (diff, enable, level, level_decimal, music_id) VALUES (4, 0, 0, 0, 1081); +INSERT INTO chuni_music_level (diff, enable, level, level_decimal, music_id) VALUES (0, 1, 2, 0, 1082); +INSERT INTO chuni_music_level (diff, enable, level, level_decimal, music_id) VALUES (1, 1, 5, 0, 1082); +INSERT INTO chuni_music_level (diff, enable, level, level_decimal, music_id) VALUES (2, 1, 10, 40, 1082); +INSERT INTO chuni_music_level (diff, enable, level, level_decimal, music_id) VALUES (3, 1, 12, 70, 1082); +INSERT INTO chuni_music_level (diff, enable, level, level_decimal, music_id) VALUES (4, 0, 0, 0, 1082); +INSERT INTO chuni_music_level (diff, enable, level, level_decimal, music_id) VALUES (0, 1, 3, 0, 1083); +INSERT INTO chuni_music_level (diff, enable, level, level_decimal, music_id) VALUES (1, 1, 6, 0, 1083); +INSERT INTO chuni_music_level (diff, enable, level, level_decimal, music_id) VALUES (2, 1, 10, 30, 1083); +INSERT INTO chuni_music_level (diff, enable, level, level_decimal, music_id) VALUES (3, 1, 12, 30, 1083); +INSERT INTO chuni_music_level (diff, enable, level, level_decimal, music_id) VALUES (4, 0, 0, 0, 1083); +INSERT INTO chuni_music_level (diff, enable, level, level_decimal, music_id) VALUES (0, 1, 2, 0, 1084); +INSERT INTO chuni_music_level (diff, enable, level, level_decimal, music_id) VALUES (1, 1, 5, 0, 1084); +INSERT INTO chuni_music_level (diff, enable, level, level_decimal, music_id) VALUES (2, 1, 9, 80, 1084); +INSERT INTO chuni_music_level (diff, enable, level, level_decimal, music_id) VALUES (3, 1, 12, 10, 1084); +INSERT INTO chuni_music_level (diff, enable, level, level_decimal, music_id) VALUES (4, 0, 0, 0, 1084); +INSERT INTO chuni_music_level (diff, enable, level, level_decimal, music_id) VALUES (0, 1, 2, 0, 1095); +INSERT INTO chuni_music_level (diff, enable, level, level_decimal, music_id) VALUES (1, 1, 5, 0, 1095); +INSERT INTO chuni_music_level (diff, enable, level, level_decimal, music_id) VALUES (2, 1, 8, 80, 1095); +INSERT INTO chuni_music_level (diff, enable, level, level_decimal, music_id) VALUES (3, 1, 11, 80, 1095); +INSERT INTO chuni_music_level (diff, enable, level, level_decimal, music_id) VALUES (4, 0, 0, 0, 1095); +INSERT INTO chuni_music_level (diff, enable, level, level_decimal, music_id) VALUES (0, 0, 0, 0, 8229); +INSERT INTO chuni_music_level (diff, enable, level, level_decimal, music_id) VALUES (1, 0, 0, 0, 8229); +INSERT INTO chuni_music_level (diff, enable, level, level_decimal, music_id) VALUES (2, 0, 0, 0, 8229); +INSERT INTO chuni_music_level (diff, enable, level, level_decimal, music_id) VALUES (3, 0, 0, 0, 8229); +INSERT INTO chuni_music_level (diff, enable, level, level_decimal, music_id) VALUES (4, 1, 0, 0, 8229); +INSERT INTO chuni_music_level (diff, enable, level, level_decimal, music_id) VALUES (0, 0, 0, 0, 8230); +INSERT INTO chuni_music_level (diff, enable, level, level_decimal, music_id) VALUES (1, 0, 0, 0, 8230); +INSERT INTO chuni_music_level (diff, enable, level, level_decimal, music_id) VALUES (2, 0, 0, 0, 8230); +INSERT INTO chuni_music_level (diff, enable, level, level_decimal, music_id) VALUES (3, 0, 0, 0, 8230); +INSERT INTO chuni_music_level (diff, enable, level, level_decimal, music_id) VALUES (4, 1, 0, 0, 8230); +INSERT INTO chuni_music_level (diff, enable, level, level_decimal, music_id) VALUES (0, 0, 0, 0, 8231); +INSERT INTO chuni_music_level (diff, enable, level, level_decimal, music_id) VALUES (1, 0, 0, 0, 8231); +INSERT INTO chuni_music_level (diff, enable, level, level_decimal, music_id) VALUES (2, 0, 0, 0, 8231); +INSERT INTO chuni_music_level (diff, enable, level, level_decimal, music_id) VALUES (3, 0, 0, 0, 8231); +INSERT INTO chuni_music_level (diff, enable, level, level_decimal, music_id) VALUES (4, 1, 0, 0, 8231); +INSERT INTO chuni_music_level (diff, enable, level, level_decimal, music_id) VALUES (0, 0, 0, 0, 8232); +INSERT INTO chuni_music_level (diff, enable, level, level_decimal, music_id) VALUES (1, 0, 0, 0, 8232); +INSERT INTO chuni_music_level (diff, enable, level, level_decimal, music_id) VALUES (2, 0, 0, 0, 8232); +INSERT INTO chuni_music_level (diff, enable, level, level_decimal, music_id) VALUES (3, 0, 0, 0, 8232); +INSERT INTO chuni_music_level (diff, enable, level, level_decimal, music_id) VALUES (4, 1, 0, 0, 8232); \ No newline at end of file diff --git a/src/main/resources/db/migration/sqlite/V40__add_chuni_a020_event_music_musiclv.sql b/src/main/resources/db/migration/sqlite/V40__add_chuni_a020_event_music_musiclv.sql new file mode 100644 index 00000000..2f863730 --- /dev/null +++ b/src/main/resources/db/migration/sqlite/V40__add_chuni_a020_event_music_musiclv.sql @@ -0,0 +1,58 @@ +INSERT INTO `chuni_game_event` (`id`, `end_date`, `start_date`, `type`, `enable`) VALUES (6223, '2029-01-01 00:00:00.000000', '2019-01-01 00:00:00.000000',3, true); +INSERT INTO `chuni_game_event` (`id`, `end_date`, `start_date`, `type`, `enable`) VALUES (6224, '2029-01-01 00:00:00.000000', '2019-01-01 00:00:00.000000',5, true); + +INSERT INTO chuni_music (music_id, artist_name, copyright, genre, name, release_version, sort_name) VALUES (1081, 'HaNaMiNa feat.Minae', 'なし', 7, '正体判明ネームレスガール', 'v1 1.55.00', 'シヨウタイハンメイネウムレスカウル'); +INSERT INTO chuni_music (music_id, artist_name, copyright, genre, name, release_version, sort_name) VALUES (1082, 'ああああ', 'なし', 9, 'ここからはじまるプロローグ。', 'v1 1.55.00', 'ココカラハシマルフロロウク'); +INSERT INTO chuni_music (music_id, artist_name, copyright, genre, name, release_version, sort_name) VALUES (1083, '魂音泉', 'なし', 9, '福宿音屋魂音泉', 'v1 1.55.00', 'フクヤトルオトヤタマオンセン'); +INSERT INTO chuni_music (music_id, artist_name, copyright, genre, name, release_version, sort_name) VALUES (1084, 'S!N・+α/あるふぁきゅん。×ALI PROJECT', 'なし', 9, 'BLACK ROSE', 'v1 1.55.00', 'BLACKROSE'); +INSERT INTO chuni_music (music_id, artist_name, copyright, genre, name, release_version, sort_name) VALUES (1095, 'リコ(CV:富田美憂)、レグ(CV:伊瀬茉莉也)「メイドインアビス」', 'メイドインアビス', 0, 'Deep in Abyss', 'v1 1.55.00', 'DEEPINABYSS'); +INSERT INTO chuni_music (music_id, artist_name, copyright, genre, name, release_version, sort_name) VALUES (8229, 'Spiegel vs Yukino', 'なし', 5, '《本能》 ~ ReCoda', 'v1 1.55.00', 'ホンノウRECODA'); +INSERT INTO chuni_music (music_id, artist_name, copyright, genre, name, release_version, sort_name) VALUES (8230, 'おもしろ三国志', 'なし', 6, '董卓討つべし', 'v1 1.55.00', 'トウタクウツヘシ'); +INSERT INTO chuni_music (music_id, artist_name, copyright, genre, name, release_version, sort_name) VALUES (8231, 'wowaka', 'なし', 2, '裏表ラバーズ', 'v1 1.55.00', 'ウラオモテラハウス'); +INSERT INTO chuni_music (music_id, artist_name, copyright, genre, name, release_version, sort_name) VALUES (8232, 'ゴリライザー制作委員会', 'なし', 6, '音弾超人ゴリライザー', 'v1 1.55.00', 'オンタンチヨウシンコリライサウ'); + +INSERT INTO chuni_music_level (diff, enable, level, level_decimal, music_id) VALUES (0, 1, 3, 0, 1081); +INSERT INTO chuni_music_level (diff, enable, level, level_decimal, music_id) VALUES (1, 1, 6, 0, 1081); +INSERT INTO chuni_music_level (diff, enable, level, level_decimal, music_id) VALUES (2, 1, 9, 50, 1081); +INSERT INTO chuni_music_level (diff, enable, level, level_decimal, music_id) VALUES (3, 1, 12, 80, 1081); +INSERT INTO chuni_music_level (diff, enable, level, level_decimal, music_id) VALUES (4, 0, 0, 0, 1081); +INSERT INTO chuni_music_level (diff, enable, level, level_decimal, music_id) VALUES (0, 1, 2, 0, 1082); +INSERT INTO chuni_music_level (diff, enable, level, level_decimal, music_id) VALUES (1, 1, 5, 0, 1082); +INSERT INTO chuni_music_level (diff, enable, level, level_decimal, music_id) VALUES (2, 1, 10, 40, 1082); +INSERT INTO chuni_music_level (diff, enable, level, level_decimal, music_id) VALUES (3, 1, 12, 70, 1082); +INSERT INTO chuni_music_level (diff, enable, level, level_decimal, music_id) VALUES (4, 0, 0, 0, 1082); +INSERT INTO chuni_music_level (diff, enable, level, level_decimal, music_id) VALUES (0, 1, 3, 0, 1083); +INSERT INTO chuni_music_level (diff, enable, level, level_decimal, music_id) VALUES (1, 1, 6, 0, 1083); +INSERT INTO chuni_music_level (diff, enable, level, level_decimal, music_id) VALUES (2, 1, 10, 30, 1083); +INSERT INTO chuni_music_level (diff, enable, level, level_decimal, music_id) VALUES (3, 1, 12, 30, 1083); +INSERT INTO chuni_music_level (diff, enable, level, level_decimal, music_id) VALUES (4, 0, 0, 0, 1083); +INSERT INTO chuni_music_level (diff, enable, level, level_decimal, music_id) VALUES (0, 1, 2, 0, 1084); +INSERT INTO chuni_music_level (diff, enable, level, level_decimal, music_id) VALUES (1, 1, 5, 0, 1084); +INSERT INTO chuni_music_level (diff, enable, level, level_decimal, music_id) VALUES (2, 1, 9, 80, 1084); +INSERT INTO chuni_music_level (diff, enable, level, level_decimal, music_id) VALUES (3, 1, 12, 10, 1084); +INSERT INTO chuni_music_level (diff, enable, level, level_decimal, music_id) VALUES (4, 0, 0, 0, 1084); +INSERT INTO chuni_music_level (diff, enable, level, level_decimal, music_id) VALUES (0, 1, 2, 0, 1095); +INSERT INTO chuni_music_level (diff, enable, level, level_decimal, music_id) VALUES (1, 1, 5, 0, 1095); +INSERT INTO chuni_music_level (diff, enable, level, level_decimal, music_id) VALUES (2, 1, 8, 80, 1095); +INSERT INTO chuni_music_level (diff, enable, level, level_decimal, music_id) VALUES (3, 1, 11, 80, 1095); +INSERT INTO chuni_music_level (diff, enable, level, level_decimal, music_id) VALUES (4, 0, 0, 0, 1095); +INSERT INTO chuni_music_level (diff, enable, level, level_decimal, music_id) VALUES (0, 0, 0, 0, 8229); +INSERT INTO chuni_music_level (diff, enable, level, level_decimal, music_id) VALUES (1, 0, 0, 0, 8229); +INSERT INTO chuni_music_level (diff, enable, level, level_decimal, music_id) VALUES (2, 0, 0, 0, 8229); +INSERT INTO chuni_music_level (diff, enable, level, level_decimal, music_id) VALUES (3, 0, 0, 0, 8229); +INSERT INTO chuni_music_level (diff, enable, level, level_decimal, music_id) VALUES (4, 1, 0, 0, 8229); +INSERT INTO chuni_music_level (diff, enable, level, level_decimal, music_id) VALUES (0, 0, 0, 0, 8230); +INSERT INTO chuni_music_level (diff, enable, level, level_decimal, music_id) VALUES (1, 0, 0, 0, 8230); +INSERT INTO chuni_music_level (diff, enable, level, level_decimal, music_id) VALUES (2, 0, 0, 0, 8230); +INSERT INTO chuni_music_level (diff, enable, level, level_decimal, music_id) VALUES (3, 0, 0, 0, 8230); +INSERT INTO chuni_music_level (diff, enable, level, level_decimal, music_id) VALUES (4, 1, 0, 0, 8230); +INSERT INTO chuni_music_level (diff, enable, level, level_decimal, music_id) VALUES (0, 0, 0, 0, 8231); +INSERT INTO chuni_music_level (diff, enable, level, level_decimal, music_id) VALUES (1, 0, 0, 0, 8231); +INSERT INTO chuni_music_level (diff, enable, level, level_decimal, music_id) VALUES (2, 0, 0, 0, 8231); +INSERT INTO chuni_music_level (diff, enable, level, level_decimal, music_id) VALUES (3, 0, 0, 0, 8231); +INSERT INTO chuni_music_level (diff, enable, level, level_decimal, music_id) VALUES (4, 1, 0, 0, 8231); +INSERT INTO chuni_music_level (diff, enable, level, level_decimal, music_id) VALUES (0, 0, 0, 0, 8232); +INSERT INTO chuni_music_level (diff, enable, level, level_decimal, music_id) VALUES (1, 0, 0, 0, 8232); +INSERT INTO chuni_music_level (diff, enable, level, level_decimal, music_id) VALUES (2, 0, 0, 0, 8232); +INSERT INTO chuni_music_level (diff, enable, level, level_decimal, music_id) VALUES (3, 0, 0, 0, 8232); +INSERT INTO chuni_music_level (diff, enable, level, level_decimal, music_id) VALUES (4, 1, 0, 0, 8232); \ No newline at end of file