[chusan] Update game charge items

pull/1/head
Dom Eori 2022-05-14 18:26:59 +09:00
parent d16dd103c4
commit 355d3a0011
2 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,7 @@
-- chusan_game_charge
TRUNCATE TABLE chusan_game_charge;
INSERT INTO chusan_game_charge (start_date, sale_start_date, sale_price, sale_end_date, price, order_id, end_date, charge_id) VALUES ('2019-01-01 00:00:00.000000', '2019-01-01 00:00:00.000000', 1, '2029-01-01 00:00:00.000000', 1, 0, '2029-01-01 00:00:00.000000', 2020);
INSERT INTO chusan_game_charge (start_date, sale_start_date, sale_price, sale_end_date, price, order_id, end_date, charge_id) VALUES ('2019-01-01 00:00:00.000000', '2019-01-01 00:00:00.000000', 1, '2029-01-01 00:00:00.000000', 1, 1, '2029-01-01 00:00:00.000000', 2040);
INSERT INTO chusan_game_charge (start_date, sale_start_date, sale_price, sale_end_date, price, order_id, end_date, charge_id) VALUES ('2019-01-01 00:00:00.000000', '2019-01-01 00:00:00.000000', 1, '2029-01-01 00:00:00.000000', 1, 2, '2029-01-01 00:00:00.000000', 2060);
INSERT INTO chusan_game_charge (start_date, sale_start_date, sale_price, sale_end_date, price, order_id, end_date, charge_id) VALUES ('2019-01-01 00:00:00.000000', '2019-01-01 00:00:00.000000', 1, '2029-01-01 00:00:00.000000', 1, 3, '2029-01-01 00:00:00.000000', 2070);
INSERT INTO chusan_game_charge (start_date, sale_start_date, sale_price, sale_end_date, price, order_id, end_date, charge_id) VALUES ('2019-01-01 00:00:00.000000', '2019-01-01 00:00:00.000000', 1, '2029-01-01 00:00:00.000000', 1, 4, '2029-01-01 00:00:00.000000', 2080);

View File

@ -0,0 +1,7 @@
-- chusan_game_charge
DELETE FROM chusan_game_charge;
INSERT INTO chusan_game_charge (start_date, sale_start_date, sale_price, sale_end_date, price, order_id, end_date, charge_id) VALUES ('2019-01-01 00:00:00.000000', '2019-01-01 00:00:00.000000', 1, '2029-01-01 00:00:00.000000', 1, 0, '2029-01-01 00:00:00.000000', 2020);
INSERT INTO chusan_game_charge (start_date, sale_start_date, sale_price, sale_end_date, price, order_id, end_date, charge_id) VALUES ('2019-01-01 00:00:00.000000', '2019-01-01 00:00:00.000000', 1, '2029-01-01 00:00:00.000000', 1, 1, '2029-01-01 00:00:00.000000', 2040);
INSERT INTO chusan_game_charge (start_date, sale_start_date, sale_price, sale_end_date, price, order_id, end_date, charge_id) VALUES ('2019-01-01 00:00:00.000000', '2019-01-01 00:00:00.000000', 1, '2029-01-01 00:00:00.000000', 1, 2, '2029-01-01 00:00:00.000000', 2060);
INSERT INTO chusan_game_charge (start_date, sale_start_date, sale_price, sale_end_date, price, order_id, end_date, charge_id) VALUES ('2019-01-01 00:00:00.000000', '2019-01-01 00:00:00.000000', 1, '2029-01-01 00:00:00.000000', 1, 3, '2029-01-01 00:00:00.000000', 2070);
INSERT INTO chusan_game_charge (start_date, sale_start_date, sale_price, sale_end_date, price, order_id, end_date, charge_id) VALUES ('2019-01-01 00:00:00.000000', '2019-01-01 00:00:00.000000', 1, '2029-01-01 00:00:00.000000', 1, 4, '2029-01-01 00:00:00.000000', 2080);