From 3887665646931c224a3dd69e711b5385ce128f71 Mon Sep 17 00:00:00 2001 From: Dom Eori <4j6dq2zi8@relay.firefox.com> Date: Thu, 16 Sep 2021 04:04:09 +0900 Subject: [PATCH] [chuni] Add new event, music and music level data --- .../mysql/V51__add_chuni_a028_data.sql | 36 +++++++++++++++++++ .../sqlite/V51__add_chuni_a028_data.sql | 36 +++++++++++++++++++ 2 files changed, 72 insertions(+) create mode 100644 src/main/resources/db/migration/mysql/V51__add_chuni_a028_data.sql create mode 100644 src/main/resources/db/migration/sqlite/V51__add_chuni_a028_data.sql diff --git a/src/main/resources/db/migration/mysql/V51__add_chuni_a028_data.sql b/src/main/resources/db/migration/mysql/V51__add_chuni_a028_data.sql new file mode 100644 index 00000000..16c81a79 --- /dev/null +++ b/src/main/resources/db/migration/mysql/V51__add_chuni_a028_data.sql @@ -0,0 +1,36 @@ +INSERT INTO chuni_music (music_id, artist_name, copyright, genre, name, release_version, sort_name) VALUES (1076, 'Feryquitous feat.藍月なくる', 'なし', 5, '月詠に鳴る', 'v1 1.55.00', 'ツクヨミニナル'); +INSERT INTO chuni_music (music_id, artist_name, copyright, genre, name, release_version, sort_name) VALUES (1077, 'ぺのれり', 'なし', 5, 'Blessed Rain', 'v1 1.55.00', 'BLESSEDRAIN'); +INSERT INTO chuni_music (music_id, artist_name, copyright, genre, name, release_version, sort_name) VALUES (1078, 'Yooh', 'なし', 5, 'Elemental Ethnic', 'v1 1.55.00', 'ELEMENTALETHNIC'); +INSERT INTO chuni_music (music_id, artist_name, copyright, genre, name, release_version, sort_name) VALUES (1079, 'Silentroom', 'なし', 5, 'X7124', 'v1 1.55.00', 'X7124'); +INSERT INTO chuni_music (music_id, artist_name, copyright, genre, name, release_version, sort_name) VALUES (1100, 'PRASTIK DANCEFLOOR', 'なし', 5, 'TECHNOPOLIS 2085', 'v1 1.55.00', 'TECHNOPOLIS2085'); + +INSERT INTO chuni_music_level (diff, enable, level, level_decimal, music_id) VALUES (0, 1, 3, 0, 1076); +INSERT INTO chuni_music_level (diff, enable, level, level_decimal, music_id) VALUES (1, 1, 7, 0, 1076); +INSERT INTO chuni_music_level (diff, enable, level, level_decimal, music_id) VALUES (2, 1, 10, 80, 1076); +INSERT INTO chuni_music_level (diff, enable, level, level_decimal, music_id) VALUES (3, 1, 13, 40, 1076); +INSERT INTO chuni_music_level (diff, enable, level, level_decimal, music_id) VALUES (4, 0, 0, 0, 1076); +INSERT INTO chuni_music_level (diff, enable, level, level_decimal, music_id) VALUES (0, 1, 3, 0, 1077); +INSERT INTO chuni_music_level (diff, enable, level, level_decimal, music_id) VALUES (1, 1, 7, 80, 1077); +INSERT INTO chuni_music_level (diff, enable, level, level_decimal, music_id) VALUES (2, 1, 12, 10, 1077); +INSERT INTO chuni_music_level (diff, enable, level, level_decimal, music_id) VALUES (3, 1, 13, 60, 1077); +INSERT INTO chuni_music_level (diff, enable, level, level_decimal, music_id) VALUES (4, 0, 0, 0, 1077); +INSERT INTO chuni_music_level (diff, enable, level, level_decimal, music_id) VALUES (0, 1, 3, 0, 1078); +INSERT INTO chuni_music_level (diff, enable, level, level_decimal, music_id) VALUES (1, 1, 8, 50, 1078); +INSERT INTO chuni_music_level (diff, enable, level, level_decimal, music_id) VALUES (2, 1, 12, 20, 1078); +INSERT INTO chuni_music_level (diff, enable, level, level_decimal, music_id) VALUES (3, 1, 13, 80, 1078); +INSERT INTO chuni_music_level (diff, enable, level, level_decimal, music_id) VALUES (4, 0, 0, 0, 1078); +INSERT INTO chuni_music_level (diff, enable, level, level_decimal, music_id) VALUES (0, 1, 4, 0, 1079); +INSERT INTO chuni_music_level (diff, enable, level, level_decimal, music_id) VALUES (1, 1, 9, 90, 1079); +INSERT INTO chuni_music_level (diff, enable, level, level_decimal, music_id) VALUES (2, 1, 13, 40, 1079); +INSERT INTO chuni_music_level (diff, enable, level, level_decimal, music_id) VALUES (3, 1, 14, 0, 1079); +INSERT INTO chuni_music_level (diff, enable, level, level_decimal, music_id) VALUES (4, 0, 0, 0, 1079); +INSERT INTO chuni_music_level (diff, enable, level, level_decimal, music_id) VALUES (0, 1, 2, 0, 1100); +INSERT INTO chuni_music_level (diff, enable, level, level_decimal, music_id) VALUES (1, 1, 7, 0, 1100); +INSERT INTO chuni_music_level (diff, enable, level, level_decimal, music_id) VALUES (2, 1, 12, 0, 1100); +INSERT INTO chuni_music_level (diff, enable, level, level_decimal, music_id) VALUES (3, 1, 13, 50, 1100); +INSERT INTO chuni_music_level (diff, enable, level, level_decimal, music_id) VALUES (4, 0, 0, 0, 1100); + +INSERT INTO `chuni_game_event` (`id`, `end_date`, `start_date`, `type`, `enable`) VALUES (6450, '2029-01-01 00:00:00.000000', '2019-01-01 00:00:00.000000',1, b'0'); +INSERT INTO `chuni_game_event` (`id`, `end_date`, `start_date`, `type`, `enable`) VALUES (6451, '2029-01-01 00:00:00.000000', '2019-01-01 00:00:00.000000',2, b'1'); +INSERT INTO `chuni_game_event` (`id`, `end_date`, `start_date`, `type`, `enable`) VALUES (6452, '2029-01-01 00:00:00.000000', '2019-01-01 00:00:00.000000',1, b'0'); +INSERT INTO `chuni_game_event` (`id`, `end_date`, `start_date`, `type`, `enable`) VALUES (6453, '2029-01-01 00:00:00.000000', '2019-01-01 00:00:00.000000',8, b'1'); diff --git a/src/main/resources/db/migration/sqlite/V51__add_chuni_a028_data.sql b/src/main/resources/db/migration/sqlite/V51__add_chuni_a028_data.sql new file mode 100644 index 00000000..f5f121db --- /dev/null +++ b/src/main/resources/db/migration/sqlite/V51__add_chuni_a028_data.sql @@ -0,0 +1,36 @@ +INSERT INTO chuni_music (music_id, artist_name, copyright, genre, name, release_version, sort_name) VALUES (1076, 'Feryquitous feat.藍月なくる', 'なし', 5, '月詠に鳴る', 'v1 1.55.00', 'ツクヨミニナル'); +INSERT INTO chuni_music (music_id, artist_name, copyright, genre, name, release_version, sort_name) VALUES (1077, 'ぺのれり', 'なし', 5, 'Blessed Rain', 'v1 1.55.00', 'BLESSEDRAIN'); +INSERT INTO chuni_music (music_id, artist_name, copyright, genre, name, release_version, sort_name) VALUES (1078, 'Yooh', 'なし', 5, 'Elemental Ethnic', 'v1 1.55.00', 'ELEMENTALETHNIC'); +INSERT INTO chuni_music (music_id, artist_name, copyright, genre, name, release_version, sort_name) VALUES (1079, 'Silentroom', 'なし', 5, 'X7124', 'v1 1.55.00', 'X7124'); +INSERT INTO chuni_music (music_id, artist_name, copyright, genre, name, release_version, sort_name) VALUES (1100, 'PRASTIK DANCEFLOOR', 'なし', 5, 'TECHNOPOLIS 2085', 'v1 1.55.00', 'TECHNOPOLIS2085'); + +INSERT INTO chuni_music_level (diff, enable, level, level_decimal, music_id) VALUES (0, 1, 3, 0, 1076); +INSERT INTO chuni_music_level (diff, enable, level, level_decimal, music_id) VALUES (1, 1, 7, 0, 1076); +INSERT INTO chuni_music_level (diff, enable, level, level_decimal, music_id) VALUES (2, 1, 10, 80, 1076); +INSERT INTO chuni_music_level (diff, enable, level, level_decimal, music_id) VALUES (3, 1, 13, 40, 1076); +INSERT INTO chuni_music_level (diff, enable, level, level_decimal, music_id) VALUES (4, 0, 0, 0, 1076); +INSERT INTO chuni_music_level (diff, enable, level, level_decimal, music_id) VALUES (0, 1, 3, 0, 1077); +INSERT INTO chuni_music_level (diff, enable, level, level_decimal, music_id) VALUES (1, 1, 7, 80, 1077); +INSERT INTO chuni_music_level (diff, enable, level, level_decimal, music_id) VALUES (2, 1, 12, 10, 1077); +INSERT INTO chuni_music_level (diff, enable, level, level_decimal, music_id) VALUES (3, 1, 13, 60, 1077); +INSERT INTO chuni_music_level (diff, enable, level, level_decimal, music_id) VALUES (4, 0, 0, 0, 1077); +INSERT INTO chuni_music_level (diff, enable, level, level_decimal, music_id) VALUES (0, 1, 3, 0, 1078); +INSERT INTO chuni_music_level (diff, enable, level, level_decimal, music_id) VALUES (1, 1, 8, 50, 1078); +INSERT INTO chuni_music_level (diff, enable, level, level_decimal, music_id) VALUES (2, 1, 12, 20, 1078); +INSERT INTO chuni_music_level (diff, enable, level, level_decimal, music_id) VALUES (3, 1, 13, 80, 1078); +INSERT INTO chuni_music_level (diff, enable, level, level_decimal, music_id) VALUES (4, 0, 0, 0, 1078); +INSERT INTO chuni_music_level (diff, enable, level, level_decimal, music_id) VALUES (0, 1, 4, 0, 1079); +INSERT INTO chuni_music_level (diff, enable, level, level_decimal, music_id) VALUES (1, 1, 9, 90, 1079); +INSERT INTO chuni_music_level (diff, enable, level, level_decimal, music_id) VALUES (2, 1, 13, 40, 1079); +INSERT INTO chuni_music_level (diff, enable, level, level_decimal, music_id) VALUES (3, 1, 14, 0, 1079); +INSERT INTO chuni_music_level (diff, enable, level, level_decimal, music_id) VALUES (4, 0, 0, 0, 1079); +INSERT INTO chuni_music_level (diff, enable, level, level_decimal, music_id) VALUES (0, 1, 2, 0, 1100); +INSERT INTO chuni_music_level (diff, enable, level, level_decimal, music_id) VALUES (1, 1, 7, 0, 1100); +INSERT INTO chuni_music_level (diff, enable, level, level_decimal, music_id) VALUES (2, 1, 12, 0, 1100); +INSERT INTO chuni_music_level (diff, enable, level, level_decimal, music_id) VALUES (3, 1, 13, 50, 1100); +INSERT INTO chuni_music_level (diff, enable, level, level_decimal, music_id) VALUES (4, 0, 0, 0, 1100); + +INSERT INTO `chuni_game_event` (`id`, `end_date`, `start_date`, `type`, `enable`) VALUES (6450, '2029-01-01 00:00:00.000000', '2019-01-01 00:00:00.000000',1, false); +INSERT INTO `chuni_game_event` (`id`, `end_date`, `start_date`, `type`, `enable`) VALUES (6451, '2029-01-01 00:00:00.000000', '2019-01-01 00:00:00.000000',2, true); +INSERT INTO `chuni_game_event` (`id`, `end_date`, `start_date`, `type`, `enable`) VALUES (6452, '2029-01-01 00:00:00.000000', '2019-01-01 00:00:00.000000',1, false); +INSERT INTO `chuni_game_event` (`id`, `end_date`, `start_date`, `type`, `enable`) VALUES (6453, '2029-01-01 00:00:00.000000', '2019-01-01 00:00:00.000000',8, true);