diff --git a/docs/game_specific_notes.md b/docs/game_specific_notes.md index 19430aff..447979c3 100644 --- a/docs/game_specific_notes.md +++ b/docs/game_specific_notes.md @@ -9,7 +9,7 @@ This document is for detailed game specific notes, if any. |-------------------|---------|--------------------------|-------------------------|--------------------|----------------| | Chunithm (Chusan) | SDHD | Sun | A152 | Yes | Yes | | Chunithm | SDBT | Paradise Lost | A032 | Yes | Yes (Paradise) | -| Maimai DX | SDEZ | Festival | F061 | Yes | Yes | +| Maimai DX | SDEZ | Buddies | H061 | Yes | Yes | | O.N.G.E.K.I | SDDT | Bright memory | A108 | Yes | Yes | | Card Maker | SDED | 1.34 | A030 | Yes | Yes | | Maimai | SDEY | Finale | ? | No | ? | diff --git a/src/main/resources/db/migration/mariadb/V257__add_maimai_140_h061_events.sql b/src/main/resources/db/migration/mariadb/V257__add_maimai_140_h061_events.sql new file mode 100644 index 00000000..e0e54d66 --- /dev/null +++ b/src/main/resources/db/migration/mariadb/V257__add_maimai_140_h061_events.sql @@ -0,0 +1,3 @@ +INSERT INTO `maimai2_game_event` (`id`, `end_date`, `start_date`, `type`, `enable`) VALUES +(24030813, '2029-01-01 00:00:00.000000', '2019-01-01 00:00:00.000000', 0, '1'), +(24030822, '2029-01-01 00:00:00.000000', '2019-01-01 00:00:00.000000', 0, '1'), \ No newline at end of file diff --git a/src/main/resources/db/migration/sqlite/V257__add_maimai_140_h061_events.sql b/src/main/resources/db/migration/sqlite/V257__add_maimai_140_h061_events.sql new file mode 100644 index 00000000..e0e54d66 --- /dev/null +++ b/src/main/resources/db/migration/sqlite/V257__add_maimai_140_h061_events.sql @@ -0,0 +1,3 @@ +INSERT INTO `maimai2_game_event` (`id`, `end_date`, `start_date`, `type`, `enable`) VALUES +(24030813, '2029-01-01 00:00:00.000000', '2019-01-01 00:00:00.000000', 0, '1'), +(24030822, '2029-01-01 00:00:00.000000', '2019-01-01 00:00:00.000000', 0, '1'), \ No newline at end of file