Fixed upgrade script endDate

This commit is contained in:
Dniel97 2023-03-04 11:09:03 +01:00
parent 3acc2dc197
commit fe8f40c627
Signed by: Dniel97
GPG Key ID: 6180B3C768FB2E08
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ CREATE TABLE ongeki_static_gachas (
changeRateCnt1 INT DEFAULT 0,
changeRateCnt2 INT DEFAULT 0,
startDate TIMESTAMP DEFAULT '2018-01-01 00:00:00.0',
endDate TIMESTAMP DEFAULT '2018-01-01 00:00:00.0',
endDate TIMESTAMP DEFAULT '2038-01-01 00:00:00.0',
noticeStartDate TIMESTAMP DEFAULT '2018-01-01 00:00:00.0',
noticeEndDate TIMESTAMP DEFAULT '2038-01-01 00:00:00.0',
convertEndDate TIMESTAMP DEFAULT '2038-01-01 00:00:00.0',