mirror of
https://github.com/MewoLab/AquaDX.git
synced 2026-09-22 22:38:14 +03:00
fix: 🚑 bad migration
This commit is contained in:
@@ -1,47 +0,0 @@
|
||||
INSERT INTO chusan_game_event (id, type, end_date, start_date, enable)
|
||||
VALUES
|
||||
(2603, 13, '2029-01-01 00:00:00.000000','2019-01-01 00:00:00.000000',true),
|
||||
(18450, 1, '2029-01-01 00:00:00.000000','2019-01-01 00:00:00.000000',true),
|
||||
(18451, 2, '2029-01-01 00:00:00.000000','2019-01-01 00:00:00.000000',true),
|
||||
(18452, 8, '2029-01-01 00:00:00.000000','2019-01-01 00:00:00.000000',true),
|
||||
(18453, 1, '2029-01-01 00:00:00.000000','2019-01-01 00:00:00.000000',true),
|
||||
(18454, 3, '2029-01-01 00:00:00.000000','2019-01-01 00:00:00.000000',true),
|
||||
(18455, 3, '2029-01-01 00:00:00.000000','2019-01-01 00:00:00.000000',true),
|
||||
(18456, 1, '2029-01-01 00:00:00.000000','2019-01-01 00:00:00.000000',true),
|
||||
(18457, 2, '2029-01-01 00:00:00.000000','2019-01-01 00:00:00.000000',true),
|
||||
(18458, 8, '2029-01-01 00:00:00.000000','2019-01-01 00:00:00.000000',true),
|
||||
(18459, 3, '2029-01-01 00:00:00.000000','2019-01-01 00:00:00.000000',true),
|
||||
(18460, 11, '2029-01-01 00:00:00.000000','2019-01-01 00:00:00.000000',true),
|
||||
(18500, 3, '2029-01-01 00:00:00.000000','2019-01-01 00:00:00.000000',true),
|
||||
(18501, 5, '2029-01-01 00:00:00.000000','2019-01-01 00:00:00.000000',true),
|
||||
(18502, 4, '2029-01-01 00:00:00.000000','2019-01-01 00:00:00.000000',true),
|
||||
(18503, 1, '2029-01-01 00:00:00.000000','2019-01-01 00:00:00.000000',true),
|
||||
(18504, 2, '2029-01-01 00:00:00.000000','2019-01-01 00:00:00.000000',true),
|
||||
(18505, 8, '2029-01-01 00:00:00.000000','2019-01-01 00:00:00.000000',true),
|
||||
(18506, 1, '2029-01-01 00:00:00.000000','2019-01-01 00:00:00.000000',true),
|
||||
(18507, 10, '2029-01-01 00:00:00.000000','2019-01-01 00:00:00.000000',true),
|
||||
(18508, 3, '2029-01-01 00:00:00.000000','2019-01-01 00:00:00.000000',true),
|
||||
(18509, 1, '2029-01-01 00:00:00.000000','2019-01-01 00:00:00.000000',true),
|
||||
(18510, 2, '2029-01-01 00:00:00.000000','2019-01-01 00:00:00.000000',true),
|
||||
(18511, 11, '2029-01-01 00:00:00.000000','2019-01-01 00:00:00.000000',true),
|
||||
(18512, 12, '2029-01-01 00:00:00.000000','2019-01-01 00:00:00.000000',true),
|
||||
(18513, 1, '2029-01-01 00:00:00.000000','2019-01-01 00:00:00.000000',true),
|
||||
(18550, 1, '2029-01-01 00:00:00.000000','2019-01-01 00:00:00.000000',true),
|
||||
(18551, 2, '2029-01-01 00:00:00.000000','2019-01-01 00:00:00.000000',true),
|
||||
(18552, 2, '2029-01-01 00:00:00.000000','2019-01-01 00:00:00.000000',true),
|
||||
(18553, 17, '2029-01-01 00:00:00.000000','2019-01-01 00:00:00.000000',true),
|
||||
(18554, 1, '2029-01-01 00:00:00.000000','2019-01-01 00:00:00.000000',true),
|
||||
(18555, 2, '2029-01-01 00:00:00.000000','2019-01-01 00:00:00.000000',true),
|
||||
(18556, 8, '2029-01-01 00:00:00.000000','2019-01-01 00:00:00.000000',true),
|
||||
(18557, 1, '2029-01-01 00:00:00.000000','2019-01-01 00:00:00.000000',true),
|
||||
(18558, 14, '2029-01-01 00:00:00.000000','2019-01-01 00:00:00.000000',true),
|
||||
(18559, 2, '2029-01-01 00:00:00.000000','2019-01-01 00:00:00.000000',true),
|
||||
ON DUPLICATE KEY UPDATE
|
||||
type = VALUES(type),
|
||||
end_date = VALUES(end_date),
|
||||
start_date = VALUES(start_date),
|
||||
enable = VALUES(enable);
|
||||
|
||||
INSERT INTO chusan_game_linked_verse (id, name, start_date, end_date, music_id)
|
||||
VALUES
|
||||
(10009, 'Linked GATE LUMINOUS', '2019-01-01 00:00:00.000000', '2029-01-01 00:00:00.000000',2954);
|
||||
Reference in New Issue
Block a user