From 295ae146585ed1e42daf00c3928067a989e7a221 Mon Sep 17 00:00:00 2001 From: zaphkito Date: Mon, 19 Feb 2024 04:40:48 +0800 Subject: [PATCH] Add maimai2 charge --- .../db/migration/mariadb/V253__add_maimai2_charge.sql | 5 +++++ .../db/migration/mysql/V253__add_maimai2_charge.sql | 5 +++++ .../db/migration/sqlite/V253__add_maimai2_charge.sql | 5 +++++ 3 files changed, 15 insertions(+) create mode 100644 src/main/resources/db/migration/mariadb/V253__add_maimai2_charge.sql create mode 100644 src/main/resources/db/migration/mysql/V253__add_maimai2_charge.sql create mode 100644 src/main/resources/db/migration/sqlite/V253__add_maimai2_charge.sql diff --git a/src/main/resources/db/migration/mariadb/V253__add_maimai2_charge.sql b/src/main/resources/db/migration/mariadb/V253__add_maimai2_charge.sql new file mode 100644 index 00000000..b4ad9b00 --- /dev/null +++ b/src/main/resources/db/migration/mariadb/V253__add_maimai2_charge.sql @@ -0,0 +1,5 @@ +INSERT INTO maimai2_game_charge (id, order_id, charge_id, price, start_date, end_date) VALUES (1, 1, 2, 1, '2019-01-01 00:00:00.000000', '2099-01-01 00:00:00.000000'); +INSERT INTO maimai2_game_charge (id, order_id, charge_id, price, start_date, end_date) VALUES (2, 2, 3, 2, '2019-01-01 00:00:00.000000', '2099-01-01 00:00:00.000000'); +INSERT INTO maimai2_game_charge (id, order_id, charge_id, price, start_date, end_date) VALUES (3, 3, 4, 3, '2019-01-01 00:00:00.000000', '2099-01-01 00:00:00.000000'); +INSERT INTO maimai2_game_charge (id, order_id, charge_id, price, start_date, end_date) VALUES (4, 4, 5, 4, '2019-01-01 00:00:00.000000', '2099-01-01 00:00:00.000000'); +INSERT INTO maimai2_game_charge (id, order_id, charge_id, price, start_date, end_date) VALUES (5, 5, 6, 5, '2019-01-01 00:00:00.000000', '2099-01-01 00:00:00.000000'); \ No newline at end of file diff --git a/src/main/resources/db/migration/mysql/V253__add_maimai2_charge.sql b/src/main/resources/db/migration/mysql/V253__add_maimai2_charge.sql new file mode 100644 index 00000000..b4ad9b00 --- /dev/null +++ b/src/main/resources/db/migration/mysql/V253__add_maimai2_charge.sql @@ -0,0 +1,5 @@ +INSERT INTO maimai2_game_charge (id, order_id, charge_id, price, start_date, end_date) VALUES (1, 1, 2, 1, '2019-01-01 00:00:00.000000', '2099-01-01 00:00:00.000000'); +INSERT INTO maimai2_game_charge (id, order_id, charge_id, price, start_date, end_date) VALUES (2, 2, 3, 2, '2019-01-01 00:00:00.000000', '2099-01-01 00:00:00.000000'); +INSERT INTO maimai2_game_charge (id, order_id, charge_id, price, start_date, end_date) VALUES (3, 3, 4, 3, '2019-01-01 00:00:00.000000', '2099-01-01 00:00:00.000000'); +INSERT INTO maimai2_game_charge (id, order_id, charge_id, price, start_date, end_date) VALUES (4, 4, 5, 4, '2019-01-01 00:00:00.000000', '2099-01-01 00:00:00.000000'); +INSERT INTO maimai2_game_charge (id, order_id, charge_id, price, start_date, end_date) VALUES (5, 5, 6, 5, '2019-01-01 00:00:00.000000', '2099-01-01 00:00:00.000000'); \ No newline at end of file diff --git a/src/main/resources/db/migration/sqlite/V253__add_maimai2_charge.sql b/src/main/resources/db/migration/sqlite/V253__add_maimai2_charge.sql new file mode 100644 index 00000000..b4ad9b00 --- /dev/null +++ b/src/main/resources/db/migration/sqlite/V253__add_maimai2_charge.sql @@ -0,0 +1,5 @@ +INSERT INTO maimai2_game_charge (id, order_id, charge_id, price, start_date, end_date) VALUES (1, 1, 2, 1, '2019-01-01 00:00:00.000000', '2099-01-01 00:00:00.000000'); +INSERT INTO maimai2_game_charge (id, order_id, charge_id, price, start_date, end_date) VALUES (2, 2, 3, 2, '2019-01-01 00:00:00.000000', '2099-01-01 00:00:00.000000'); +INSERT INTO maimai2_game_charge (id, order_id, charge_id, price, start_date, end_date) VALUES (3, 3, 4, 3, '2019-01-01 00:00:00.000000', '2099-01-01 00:00:00.000000'); +INSERT INTO maimai2_game_charge (id, order_id, charge_id, price, start_date, end_date) VALUES (4, 4, 5, 4, '2019-01-01 00:00:00.000000', '2099-01-01 00:00:00.000000'); +INSERT INTO maimai2_game_charge (id, order_id, charge_id, price, start_date, end_date) VALUES (5, 5, 6, 5, '2019-01-01 00:00:00.000000', '2099-01-01 00:00:00.000000'); \ No newline at end of file