chore: add new migration
Some checks failed
Build and Publish Docker Image / build-and-push (push) Has been cancelled

This commit is contained in:
Raymond 2026-02-28 02:13:22 -05:00 committed by GitHub
parent e1c9bc7285
commit fcdfeb25ea
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -0,0 +1,3 @@
INSERT INTO chusan_game_linked_verse (id, name, start_date, end_date, music_id)
VALUES
(10008, 'Linked GATE SUN', '2019-01-01 00:00:00.000000', '2029-01-01 00:00:00.000000', 2938);